mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Fix title of CPU panel to usage
We use the `mode="idle"` metric, but we are inverting it, so this is usage, and that's intended. Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
a016d9cd6f
commit
024d5ed55e
|
@ -12,7 +12,7 @@ local gauge = promgrafonnet.gauge;
|
||||||
'nodes.json':
|
'nodes.json':
|
||||||
local idleCPU =
|
local idleCPU =
|
||||||
graphPanel.new(
|
graphPanel.new(
|
||||||
'Idle CPU',
|
'CPU Usage',
|
||||||
datasource='$datasource',
|
datasource='$datasource',
|
||||||
span=6,
|
span=6,
|
||||||
format='percentunit',
|
format='percentunit',
|
||||||
|
|
Loading…
Reference in a new issue