Rename label 'filesystem'->'mountpoint' in node-cpu console.
The label name has been changed in the node exporter.
This commit is contained in:
parent
e1b9146c38
commit
f4e1f6e3b9
|
@ -64,7 +64,7 @@
|
|||
expr: "100 - node_filesystem_free{job='node',instance='{{ .Params.instance }}'} / node_filesystem_size{job='node'} * 100",
|
||||
min: 0,
|
||||
max: 100,
|
||||
name: '[[ filesystem ]]',
|
||||
name: '[[ mountpoint ]]',
|
||||
yUnits: "%",
|
||||
yAxisFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix,
|
||||
yHoverFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix,
|
||||
|
|
Loading…
Reference in New Issue