summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-12-28 15:15:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-12-28 15:15:56 +0100
commit65ad74db2d3ba2110b0f9411e1219394f1991a1e (patch)
tree34fcc35066c79c5bd460a718f983295ed91acbc4 /roles
parentzpool autotrim (diff)
grafana: fix smokeping dashboard
Diffstat (limited to 'roles')
-rw-r--r--roles/monitoring/grafana/files/dashboard-smokeping.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/monitoring/grafana/files/dashboard-smokeping.json b/roles/monitoring/grafana/files/dashboard-smokeping.json
index 1a89d760..ef26a1f9 100644
--- a/roles/monitoring/grafana/files/dashboard-smokeping.json
+++ b/roles/monitoring/grafana/files/dashboard-smokeping.json
@@ -284,14 +284,14 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
- "definition": "label_values(smokeping_response_duration_seconds_bucket, host)",
+ "definition": "label_values(smokeping_response_duration_seconds_bucket{instance=\"$prober\"}, host)",
"hide": 0,
"includeAll": true,
"multi": true,
"name": "target",
"options": [],
"query": {
- "query": "label_values(smokeping_response_duration_seconds_bucket, host)",
+ "query": "label_values(smokeping_response_duration_seconds_bucket{instance=\"$prober\"}, host)",
"refId": "StandardVariableQuery"
},
"refresh": 1,
@@ -312,4 +312,4 @@
"uid": "kHGhzOv4z",
"version": 3,
"weekStart": ""
-} \ No newline at end of file
+}