summaryrefslogtreecommitdiff
path: root/roles/monitoring/grafana/files/dashboard-bind.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-11-10 22:57:42 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-11-10 22:57:42 +0100
commit3e8075cea705e5e18ec1cd4c3ee55c732bbe49d4 (patch)
tree469308571d570b0c285d2fe432a494db9661d8e0 /roles/monitoring/grafana/files/dashboard-bind.json
parentprometheus: add exporter for bind (diff)
minor cleanups
Diffstat (limited to 'roles/monitoring/grafana/files/dashboard-bind.json')
-rw-r--r--roles/monitoring/grafana/files/dashboard-bind.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/roles/monitoring/grafana/files/dashboard-bind.json b/roles/monitoring/grafana/files/dashboard-bind.json
index 658761ed..facac443 100644
--- a/roles/monitoring/grafana/files/dashboard-bind.json
+++ b/roles/monitoring/grafana/files/dashboard-bind.json
@@ -1091,6 +1091,18 @@
"refId": "C",
"step": 4,
"target": ""
+ },
+ {
+ "datasource": {
+ "type": "prometheus",
+ "uid": "${DS_PROMETHEUS}"
+ },
+ "editorMode": "code",
+ "expr": "increase(bind_incoming_requests_total{opcode=\"QUERY\", instance=\"$node\"}[120s])",
+ "hide": false,
+ "legendFormat": "Total",
+ "range": true,
+ "refId": "D"
}
],
"thresholds": [],
@@ -2248,6 +2260,6 @@
"timezone": "browser",
"title": "Bind9",
"uid": "XTqyUORMz",
- "version": 5,
+ "version": 1,
"weekStart": ""
-} \ No newline at end of file
+}