Skip to content

Commit

Permalink
Merge pull request #963 from snowamk/master
Browse files Browse the repository at this point in the history
dashboards: resources: cluster: change CPU utilization panel to percentage value
  • Loading branch information
povilasv authored Jul 31, 2024
2 parents dd5c59a + 97dd9fa commit b836f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/resources/cluster.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b836f02

Please sign in to comment.