mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-26 22:19:44 -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':
|
||||
local idleCPU =
|
||||
graphPanel.new(
|
||||
'Idle CPU',
|
||||
'CPU Usage',
|
||||
datasource='$datasource',
|
||||
span=6,
|
||||
format='percentunit',
|
||||
|
|
Loading…
Reference in a new issue