From 65ad74db2d3ba2110b0f9411e1219394f1991a1e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 28 Dec 2022 15:15:56 +0100 Subject: grafana: fix smokeping dashboard --- roles/monitoring/grafana/files/dashboard-smokeping.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/monitoring/grafana') 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 +} -- cgit v1.2.3