mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user