Skip to content

Commit 079978e

Browse files
Dasomeonev-zhuravlev
authored andcommitted
Fix description in node usage dashboard
Signed-off-by: Vitaly Zhuravlev <[email protected]>
1 parent 6f7d4e1 commit 079978e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/node-mixin/dashboards/use.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local CPUSaturation =
3737
// average relates to the "CPU saturation" in the title.
3838
graphPanel.new(
3939
'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.',
4141
datasource='$datasource',
4242
span=6,
4343
format='percentunit',
@@ -49,7 +49,7 @@ local CPUSaturation =
4949
local memoryUtilisation =
5050
graphPanel.new(
5151
'Memory Utilisation',
52-
description='Total memory utilisation in bytes.',
52+
description='Total memory utilisation in percent.',
5353
datasource='$datasource',
5454
span=6,
5555
format='percentunit',

0 commit comments

Comments
 (0)