From 97dd9fa1f75bd76e7bc204cb09ba6a7c30386837 Mon Sep 17 00:00:00 2001 From: snowamk Date: Wed, 24 Jul 2024 16:42:47 +0100 Subject: [PATCH] dashboards: resources: cluster: change CPU utilization panel to percentage value --- dashboards/resources/cluster.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/resources/cluster.libsonnet b/dashboards/resources/cluster.libsonnet index bb8229ad3..9f83c905e 100644 --- a/dashboards/resources/cluster.libsonnet +++ b/dashboards/resources/cluster.libsonnet @@ -79,7 +79,7 @@ local var = g.dashboard.variable; local panels = [ statPanel( 'CPU Utilisation', - 'none', + 'percentunit', 'cluster:node_cpu:ratio_rate5m{%(clusterLabel)s="$cluster"}' % $._config ) + stat.gridPos.withW(4)