Skip to content

Commit

Permalink
Fix description in node usage dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Zhuravlev <[email protected]>
  • Loading branch information
Dasomeone authored and v-zhuravlev committed Jul 15, 2023
1 parent 6f7d4e1 commit 079978e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node-mixin/dashboards/use.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local CPUSaturation =
// average relates to the "CPU saturation" in the title.
graphPanel.new(
'CPU Saturation (Load1 per CPU)',
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.',
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.',
datasource='$datasource',
span=6,
format='percentunit',
Expand All @@ -49,7 +49,7 @@ local CPUSaturation =
local memoryUtilisation =
graphPanel.new(
'Memory Utilisation',
description='Total memory utilisation in bytes.',
description='Total memory utilisation in percent.',
datasource='$datasource',
span=6,
format='percentunit',
Expand Down

0 comments on commit 079978e

Please sign in to comment.