Browse Source

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>
pull/1450/head
beorn7 5 years ago
parent
commit
024d5ed55e
  1. 2
      docs/node-mixin/dashboards/node.libsonnet

2
docs/node-mixin/dashboards/node.libsonnet

@ -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…
Cancel
Save