kustomize grafana

This commit is contained in:
2025-07-24 09:20:14 +03:00
parent b6098f92b0
commit ca4de329f7
5 changed files with 98 additions and 225 deletions

View File

@@ -63,6 +63,6 @@ To wipe timeseries:
```
for replica in $(seq 0 2); do
kubectl exec -n monitoring prometheus-prometheus-$replica -- wget --post-data='match[]={__name__=~"mikrotik_.*"}' http://127.0.0.1:9090/api/v1/admin/tsdb/delete_series -O -
kubectl exec -n monitoring prometheus-prometheus-$replica -- wget --post-data='match[]={__name__=~"mktxp_.*"}' http://127.0.0.1:9090/api/v1/admin/tsdb/delete_series -O -
done
```