From b01b1a80d7501f01d63bb09e04166271f98438ba Mon Sep 17 00:00:00 2001 From: ChrsMark Date: Thu, 8 Feb 2024 10:26:38 +0200 Subject: [PATCH] add clarification on system cpu state 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 d0a3abfffe..8deec83022 100644 --- a/docs/system/container-metrics.md +++ b/docs/system/container-metrics.md @@ -31,7 +31,7 @@ This metric is optional. | Value | Description | |---|---| | `user` | When tasks of the cgroup are in user mode (Linux). When all container processes are in user mode (Windows). | -| `system` | When CPU is used by the system | +| `system` | When CPU is used by the system (host OS) | | `kernel` | When tasks of the cgroup are in kernel mode (Linux). When all container processes are in kernel mode (Windows). | diff --git a/model/metrics/container.yaml b/model/metrics/container.yaml index c48d6113e5..a36d296fd7 100644 --- a/model/metrics/container.yaml +++ b/model/metrics/container.yaml @@ -15,7 +15,7 @@ groups: brief: "When tasks of the cgroup are in user mode (Linux). When all container processes are in user mode (Windows)." - id: system value: 'system' - brief: "When CPU is used by the system" + brief: "When CPU is used by the system (host OS)" - id: kernel value: 'kernel' brief: "When tasks of the cgroup are in kernel mode (Linux). When all container processes are in kernel mode (Windows)."