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
Some checks failed
bsd / Run end-to-end tests on FreeBSD (push) Has been cancelled
bsd / Run end-to-end tests on OpenBSD (push) Has been cancelled
bsd / Run end-to-end tests on NetBSD (push) Has been cancelled
bsd / Run end-to-end tests on DragonFly (push) Has been cancelled
bsd / Run end-to-end tests on Solaris (push) Has been cancelled
bsd / Run end-to-end tests on macOS (push) Has been cancelled
Push README to Docker Hub / Push README to Docker Hub (push) Has been cancelled
Push README to Docker Hub / Push README to quay.io (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
Some checks failed
bsd / Run end-to-end tests on FreeBSD (push) Has been cancelled
bsd / Run end-to-end tests on OpenBSD (push) Has been cancelled
bsd / Run end-to-end tests on NetBSD (push) Has been cancelled
bsd / Run end-to-end tests on DragonFly (push) Has been cancelled
bsd / Run end-to-end tests on Solaris (push) Has been cancelled
bsd / Run end-to-end tests on macOS (push) Has been cancelled
Push README to Docker Hub / Push README to Docker Hub (push) Has been cancelled
Push README to Docker Hub / Push README to quay.io (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
Signed-off-by: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com>
This commit is contained in:
parent
7c69600661
commit
ae746c8b1d
|
@ -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([
|
||||
|
|
Loading…
Reference in a new issue