diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-11-10 22:57:42 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-11-10 22:57:42 +0100 |
commit | 3e8075cea705e5e18ec1cd4c3ee55c732bbe49d4 (patch) | |
tree | 469308571d570b0c285d2fe432a494db9661d8e0 /roles | |
parent | prometheus: add exporter for bind (diff) |
minor cleanups
Diffstat (limited to 'roles')
-rw-r--r-- | roles/monitoring/grafana/files/dashboard-bind.json | 16 |
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 +} |