From 5917ac003ecb4b4720cf4748b160d12db35fcb88 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Mon, 29 Apr 2024 12:35:25 +0200 Subject: [PATCH] deployment: update backupmanager dashboard to be compatible with Grafana 10 Signed-off-by: hagen1778 --- dashboards/backupmanager.json | 77 +++++++++++++++++++++++------------ docs/CHANGELOG.md | 2 +- 2 files changed, 52 insertions(+), 27 deletions(-) diff --git a/dashboards/backupmanager.json b/dashboards/backupmanager.json index 71e44416b..74c3c9d27 100644 --- a/dashboards/backupmanager.json +++ b/dashboards/backupmanager.json @@ -12,7 +12,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "9.0.4" + "version": "10.4.0" }, { "type": "datasource", @@ -124,9 +124,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -198,9 +200,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -260,9 +264,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -323,9 +329,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -399,9 +407,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -471,9 +481,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -546,9 +558,11 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -577,7 +591,9 @@ }, "custom": { "align": "auto", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false }, "mappings": [], @@ -630,7 +646,9 @@ }, "id": 22, "options": { + "cellHeight": "sm", "footer": { + "countRows": false, "fields": "", "reducer": [ "sum" @@ -645,7 +663,7 @@ } ] }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -700,7 +718,9 @@ }, "custom": { "align": "auto", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false }, "mappings": [], @@ -753,7 +773,9 @@ }, "id": 21, "options": { + "cellHeight": "sm", "footer": { + "countRows": false, "fields": "", "reducer": [ "sum" @@ -768,7 +790,7 @@ } ] }, - "pluginVersion": "9.0.4", + "pluginVersion": "10.4.0", "targets": [ { "datasource": { @@ -885,7 +907,7 @@ "min", "mean" ], - "displayMode": "table", + "displayMode": "list", "placement": "bottom", "showLegend": false }, @@ -1106,7 +1128,9 @@ }, "custom": { "align": "auto", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false }, "mappings": [], @@ -1251,7 +1275,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "orientation": "auto", "showValue": "auto", @@ -1343,7 +1368,7 @@ "max", "mean" ], - "displayMode": "table", + "displayMode": "list", "placement": "right", "showLegend": false }, @@ -1436,7 +1461,8 @@ "legend": { "calcs": [], "displayMode": "list", - "placement": "bottom" + "placement": "bottom", + "showLegend": true }, "orientation": "auto", "showValue": "auto", @@ -1657,8 +1683,7 @@ } ], "refresh": "1m", - "schemaVersion": 36, - "style": "dark", + "schemaVersion": 39, "tags": [], "templating": { "list": [ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 95f46be28..89b4f6387 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -33,7 +33,7 @@ See also [LTS releases](https://docs.victoriametrics.com/lts-releases/). * FEATURE: [dashboards/single](https://grafana.com/grafana/dashboards/10229): support selecting of multiple instances on the dashboard. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5869) for details. * FEATURE: [dashboards/single](https://grafana.com/grafana/dashboards/10229): properly display version in the Stats row for the custom builds of VictoriaMetrics. * FEATURE: [dashboards/single](https://grafana.com/grafana/dashboards/10229): add `Network Usage` panel to `Resource Usage` row. -* FEATURE: [dashboards/operator](https://grafana.com/grafana/dashboards/17869-victoriametrics-operator/): update dashboard to be compatible with Grafana 10+ version. +* FEATURE: [dashboards/operator](https://grafana.com/grafana/dashboards/17869-victoriametrics-operator/) and [dashboards/backupmanager](https://grafana.com/grafana/dashboards/17798-victoriametrics-backupmanager/): update dashboard to be compatible with Grafana 10+ version. ## [v1.101.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.101.0)