Skip to content

Commit

Permalink
dashboards: resources: cluster: change CPU utilization panel to perce…
Browse files Browse the repository at this point in the history
…ntage value
  • Loading branch information
snowamk authored Jul 24, 2024
1 parent dd5c59a commit 97dd9fa
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 97dd9fa

Please sign in to comment.