From ed637a2d54de6d5f277ade9c1748dcd57e3e5248 Mon Sep 17 00:00:00 2001 From: Emily Ahlstrand Rager Date: Fri, 7 Jul 2023 11:32:08 +0200 Subject: [PATCH] Fix description in node usage dashboard Signed-off-by: Vitaly Zhuravlev --- docs/node-mixin/dashboards/use.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node-mixin/dashboards/use.libsonnet b/docs/node-mixin/dashboards/use.libsonnet index 7eb3397e55..9de0c4103a 100644 --- a/docs/node-mixin/dashboards/use.libsonnet +++ b/docs/node-mixin/dashboards/use.libsonnet @@ -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', @@ -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',