From 024d5ed55e57ff0564b7293c8e7accaf2371c5b6 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 15 Aug 2019 16:36:10 +0200 Subject: [PATCH] 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 --- docs/node-mixin/dashboards/node.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node-mixin/dashboards/node.libsonnet b/docs/node-mixin/dashboards/node.libsonnet index 8e29b386..36b330fc 100644 --- a/docs/node-mixin/dashboards/node.libsonnet +++ b/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',