Merge pull request #1131 from prometheus/fix-node-disk-mountpoint

Rename label 'filesystem'->'mountpoint' in node-cpu console.
This commit is contained in:
Julius Volz 2015-09-30 17:30:59 +02:00
commit ea7c077e81

View file

@ -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,