From 92ddfe76e633a5c9151f1dc8483e5fb231725518 Mon Sep 17 00:00:00 2001 From: ChrsMark Date: Wed, 28 Feb 2024 11:34:58 +0200 Subject: [PATCH] fix note for CPU cores consumption Signed-off-by: ChrsMark --- docs/system/container-metrics.md | 2 +- model/metrics/container.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/system/container-metrics.md b/docs/system/container-metrics.md index afcca02da0..8a528baaa6 100644 --- a/docs/system/container-metrics.md +++ b/docs/system/container-metrics.md @@ -17,7 +17,7 @@ This metric is optional. | -------- | --------------- | ----------- | -------------- | | `container.cpu.time` | Counter | `s` | Total CPU time consumed [1] | -**[1]:** Total CPU time consumed by the specific container. +**[1]:** Total CPU time consumed by the specific container on all available CPU cores diff --git a/model/metrics/container.yaml b/model/metrics/container.yaml index d8e6984241..f4d1e5f331 100644 --- a/model/metrics/container.yaml +++ b/model/metrics/container.yaml @@ -5,7 +5,7 @@ groups: metric_name: container.cpu.time brief: "Total CPU time consumed" note: > - Total CPU time consumed by the specific container. + Total CPU time consumed by the specific container on all available CPU cores instrument: counter unit: "s" attributes: