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:
beorn7 2019-08-15 16:36:10 +02:00
parent a016d9cd6f
commit 024d5ed55e

View file

@ -12,7 +12,7 @@ local gauge = promgrafonnet.gauge;
'nodes.json':
local idleCPU =
graphPanel.new(
'Idle CPU',
'CPU Usage',
datasource='$datasource',
span=6,
format='percentunit',