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 <roman@victoriametrics.com>
This commit is contained in:
hagen1778
2026-03-18 15:28:26 +01:00
parent 4516a58df9
commit a6833ffd08

View File

@@ -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",