Skip to content

Commit 52d1107

Browse files
authored
Update CPU modes panel (#1107)
Add min=0,max=100 for best view
1 parent 32685d7 commit 52d1107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common-lib/common/panels/cpu/timeSeries/utilization_by_mode.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ base {
1717

1818
+ timeSeries.standardOptions.withUnit('percent')
1919
+ timeSeries.fieldConfig.defaults.custom.withFillOpacity(80)
20+
+ timeSeries.standardOptions.withMax(100)
21+
+ timeSeries.standardOptions.withMin(0)
2022
+ timeSeries.fieldConfig.defaults.custom.withStacking({ mode: 'normal' })
2123
+ timeSeries.standardOptions.withOverrides(
2224
[

0 commit comments

Comments
 (0)