You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/node-mixin/dashboards/use.libsonnet
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ local CPUSaturation =
37
37
// average relates to the "CPU saturation" in the title.
38
38
graphPanel.new(
39
39
'CPU Saturation (Load1 per CPU)',
40
-
description='System load average over the last minute. A measurement of how many processes are waiting for CPU cycles. The maximum number is the number of CPU cores for the node.',
40
+
description='System load average over the last minute. A measurement of how many processes are waiting for CPU cycles. The value is as a percent compared to the number of CPU cores for the node.',
41
41
datasource='$datasource',
42
42
span=6,
43
43
format='percentunit',
@@ -49,7 +49,7 @@ local CPUSaturation =
49
49
local memoryUtilisation =
50
50
graphPanel.new(
51
51
'Memory Utilisation',
52
-
description='Total memory utilisation in bytes.',
52
+
description='Total memory utilisation in percent.',
0 commit comments