bugfix: 🐛 remove invalid variable from cluster use dashboards

Signed-off-by: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com>
Signed-off-by: IbraAoad <Ibrahim.Awwad@canonical.com>
This commit is contained in:
Alexander Soelberg Heidarsson 2025-02-19 15:37:09 +01:00 committed by IbraAoad
parent 200c72e579
commit 179c593272
No known key found for this signature in database

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([