Rename label 'filesystem'->'mountpoint' in node-cpu console.

The label name has been changed in the node exporter.
This commit is contained in:
Julius Volz 2015-09-30 17:25:59 +02:00
parent e1b9146c38
commit f4e1f6e3b9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
expr: "100 - node_filesystem_free{job='node',instance='{{ .Params.instance }}'} / node_filesystem_size{job='node'} * 100", expr: "100 - node_filesystem_free{job='node',instance='{{ .Params.instance }}'} / node_filesystem_size{job='node'} * 100",
min: 0, min: 0,
max: 100, max: 100,
name: '[[ filesystem ]]', name: '[[ mountpoint ]]',
yUnits: "%", yUnits: "%",
yAxisFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix, yAxisFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix,
yHoverFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix, yHoverFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix,