Skip to content

Commit ae746c8

Browse files
alex5517discordianfish
authored andcommitted
bugfix: 🐛 remove invalid variable from cluster use dashboards
Signed-off-by: Alexander Soelberg Heidarsson <[email protected]>
1 parent 7c69600 commit ae746c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/node-mixin/dashboards/use.libsonnet

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ local diskSpaceUtilisation =
200200
+ dashboard.withVariables([
201201
datasource,
202202
$._clusterVariable,
203-
variable.query.withDatasourceFromVariable(datasource)
204-
+ variable.query.refresh.onTime()
205-
+ variable.query.withSort(asc=true),
206203
])
207204
+ dashboard.withPanels(
208205
grafana.util.grid.makeGrid([
@@ -331,9 +328,6 @@ local diskSpaceUtilisation =
331328
+ dashboard.withUid(std.md5('node-multicluster-rsrc-use.json'))
332329
+ dashboard.withVariables([
333330
datasource,
334-
variable.query.withDatasourceFromVariable(datasource)
335-
+ variable.query.refresh.onTime()
336-
+ variable.query.withSort(asc=true),
337331
])
338332
+ dashboard.withPanels(
339333
grafana.util.grid.makeGrid([

0 commit comments

Comments
 (0)