mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-27 05:39:02 -08:00
node-mixin: fix query in Disk Space Utilisation dashboard
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
This commit is contained in:
parent
7caedccd73
commit
ed78237036
|
@ -280,9 +280,9 @@ local g = import 'grafana-builder/grafana.libsonnet';
|
||||||
g.queryPanel(|||
|
g.queryPanel(|||
|
||||||
1 -
|
1 -
|
||||||
(
|
(
|
||||||
max without (mountpoint, fstype) (node_filesystem_avail_bytes{%(nodeExporterSelector)s, %(fsSelector)s, instance="$instance"}})
|
max without (mountpoint, fstype) (node_filesystem_avail_bytes{%(nodeExporterSelector)s, %(fsSelector)s, instance="$instance"})
|
||||||
/
|
/
|
||||||
max without (mountpoint, fstype) (node_filesystem_size_bytes{%(nodeExporterSelector)s, %(fsSelector)s, instance="$instance"}})
|
max without (mountpoint, fstype) (node_filesystem_size_bytes{%(nodeExporterSelector)s, %(fsSelector)s, instance="$instance"})
|
||||||
)
|
)
|
||||||
||| % $._config, '{{device}}') +
|
||| % $._config, '{{device}}') +
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue