From 5ad5d33329443508818074318616147a64adb74a Mon Sep 17 00:00:00 2001 From: ArthurSens Date: Wed, 26 Oct 2022 17:56:50 +0000 Subject: [PATCH] Fix missing datasource variable Signed-off-by: ArthurSens --- .../observability/observability.json | 27 ++++++++++++------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/operations/observability/mixins/self-hosted/dashboards/observability/observability.json b/operations/observability/mixins/self-hosted/dashboards/observability/observability.json index f99720c8f848cc..1a0b92962eddb5 100644 --- a/operations/observability/mixins/self-hosted/dashboards/observability/observability.json +++ b/operations/observability/mixins/self-hosted/dashboards/observability/observability.json @@ -24,7 +24,7 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": 84, + "id": null, "links": [ { "asDropdown": false, @@ -1291,14 +1291,23 @@ "list": [ { "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "selected": false, + "text": "VictoriaMetrics", + "value": "VictoriaMetrics" }, + "hide": 0, + "includeAll": false, + "multi": false, + "name": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": {}, "datasource": { "type": "prometheus", "uid": "$datasource" @@ -1330,6 +1339,6 @@ "timezone": "", "title": "Observability", "uid": "1hcljDH4k", - "version": 42, + "version": 1, "weekStart": "" }