From a6833ffd08d4d2db08c407dcaad43639b8afcbc0 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Wed, 18 Mar 2026 15:28:26 +0100 Subject: [PATCH] dashboards/metrics-explorer: properly reference datasource variable Before, by mistake, datasource was referenced by input name instead of variable name. For an unknown reason, it worked well in local setup and on playground. This fix is confirmed by users and continues working at local setup and playground. Signed-off-by: hagen1778 --- dashboards/metrics-explorer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboards/metrics-explorer.json b/dashboards/metrics-explorer.json index a41a68c6ed..cdbbdd8fd2 100644 --- a/dashboards/metrics-explorer.json +++ b/dashboards/metrics-explorer.json @@ -194,7 +194,7 @@ "columns": [], "datasource": { "type": "yesoreyeram-infinity-datasource", - "uid": "${DS_VICTORIAMETRICS-INFINITY}" + "uid": "$ds" }, "filters": [], "format": "table", @@ -580,7 +580,7 @@ "columns": [], "datasource": { "type": "yesoreyeram-infinity-datasource", - "uid": "${DS_VICTORIAMETRICS-INFINITY}" + "uid": "$ds" }, "filters": [], "format": "table", @@ -762,7 +762,7 @@ "computed_columns": [], "datasource": { "type": "yesoreyeram-infinity-datasource", - "uid": "${DS_VICTORIAMETRICS-INFINITY}" + "uid": "$ds" }, "filters": [], "format": "table", @@ -870,7 +870,7 @@ "computed_columns": [], "datasource": { "type": "yesoreyeram-infinity-datasource", - "uid": "${DS_VICTORIAMETRICS-INFINITY}" + "uid": "$ds" }, "filters": [], "format": "table", @@ -994,7 +994,7 @@ "computed_columns": [], "datasource": { "type": "yesoreyeram-infinity-datasource", - "uid": "${DS_VICTORIAMETRICS-INFINITY}" + "uid": "$ds" }, "filters": [], "format": "table",