mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
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:
parent
7c69600661
commit
ff597c829e
|
@ -200,9 +200,6 @@ local diskSpaceUtilisation =
|
||||||
+ dashboard.withVariables([
|
+ dashboard.withVariables([
|
||||||
datasource,
|
datasource,
|
||||||
$._clusterVariable,
|
$._clusterVariable,
|
||||||
variable.query.withDatasourceFromVariable(datasource)
|
|
||||||
+ variable.query.refresh.onTime()
|
|
||||||
+ variable.query.withSort(asc=true),
|
|
||||||
])
|
])
|
||||||
+ dashboard.withPanels(
|
+ dashboard.withPanels(
|
||||||
grafana.util.grid.makeGrid([
|
grafana.util.grid.makeGrid([
|
||||||
|
@ -331,9 +328,6 @@ local diskSpaceUtilisation =
|
||||||
+ dashboard.withUid(std.md5('node-multicluster-rsrc-use.json'))
|
+ dashboard.withUid(std.md5('node-multicluster-rsrc-use.json'))
|
||||||
+ dashboard.withVariables([
|
+ dashboard.withVariables([
|
||||||
datasource,
|
datasource,
|
||||||
variable.query.withDatasourceFromVariable(datasource)
|
|
||||||
+ variable.query.refresh.onTime()
|
|
||||||
+ variable.query.withSort(asc=true),
|
|
||||||
])
|
])
|
||||||
+ dashboard.withPanels(
|
+ dashboard.withPanels(
|
||||||
grafana.util.grid.makeGrid([
|
grafana.util.grid.makeGrid([
|
||||||
|
|
Loading…
Reference in a new issue