diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-12-28 15:15:56 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-12-28 15:15:56 +0100 |
commit | 65ad74db2d3ba2110b0f9411e1219394f1991a1e (patch) | |
tree | 34fcc35066c79c5bd460a718f983295ed91acbc4 /roles/monitoring/grafana/files | |
parent | zpool autotrim (diff) |
grafana: fix smokeping dashboard
Diffstat (limited to 'roles/monitoring/grafana/files')
-rw-r--r-- | roles/monitoring/grafana/files/dashboard-smokeping.json | 6 |
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 +} |