bugfix: 🐛 remove invalid variable from cluster use dashboards

Signed-off-by: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com>
This commit is contained in:
Alexander Soelberg Heidarsson 2025-02-19 15:37:09 +01:00
parent 7c69600661
commit ff597c829e
No known key found for this signature in database
GPG key ID: 47E242385357216C

View file

@ -200,9 +200,6 @@ local diskSpaceUtilisation =
+ dashboard.withVariables([
datasource,
$._clusterVariable,
variable.query.withDatasourceFromVariable(datasource)
+ variable.query.refresh.onTime()
+ variable.query.withSort(asc=true),
])
+ dashboard.withPanels(
grafana.util.grid.makeGrid([
@ -331,9 +328,6 @@ local diskSpaceUtilisation =
+ dashboard.withUid(std.md5('node-multicluster-rsrc-use.json'))
+ dashboard.withVariables([
datasource,
variable.query.withDatasourceFromVariable(datasource)
+ variable.query.refresh.onTime()
+ variable.query.withSort(asc=true),
])
+ dashboard.withPanels(
grafana.util.grid.makeGrid([