fix(grafana): unify datasource usage in grafana_seaweedfs.json (#8635)

Some panels were using `Prometheus` instead of `${DS_PROMETHEUS}` which
caused missing data when other sources (e.g. VictoriaMetrics) are in use.
This commit is contained in:
mtmn
2026-03-15 16:45:42 +01:00
committed by GitHub
parent 1f2014568f
commit c9100a7213

View File

@@ -465,7 +465,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "Prometheus", "datasource": "${DS_PROMETHEUS}",
"fill": 1, "fill": 1,
"gridPos": { "gridPos": {
"h": 6, "h": 6,
@@ -547,7 +547,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "Prometheus", "datasource": "${DS_PROMETHEUS}",
"fill": 1, "fill": 1,
"gridPos": { "gridPos": {
"h": 6, "h": 6,
@@ -649,7 +649,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "Prometheus", "datasource": "${DS_PROMETHEUS}",
"fill": 1, "fill": 1,
"gridPos": { "gridPos": {
"h": 6, "h": 6,
@@ -731,7 +731,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "Prometheus", "datasource": "${DS_PROMETHEUS}",
"fill": 1, "fill": 1,
"gridPos": { "gridPos": {
"h": 6, "h": 6,
@@ -3309,4 +3309,4 @@
"title": "SeaweedFS", "title": "SeaweedFS",
"uid": "nh02dOVnz", "uid": "nh02dOVnz",
"version": 2 "version": 2
} }