From deb1bcfa2f5beec94bc28d8937266e65efe643d0 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:01:39 +0200 Subject: [PATCH] Correct type: /proc/stats -> /proc/stat --- collectors/cpustatMetric.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collectors/cpustatMetric.md b/collectors/cpustatMetric.md index 8122afe..8963536 100644 --- a/collectors/cpustatMetric.md +++ b/collectors/cpustatMetric.md @@ -1,5 +1,6 @@ ## `cpustat` collector + ```json "cpustat": { "exclude_metrics": [ @@ -8,9 +9,10 @@ } ``` -The `cpustat` collector reads data from `/proc/stats` and outputs a handful **node** and **hwthread** metrics. If a metric is not required, it can be excluded from forwarding it to the sink. +The `cpustat` collector reads data from `/proc/stat` and outputs a handful **node** and **hwthread** metrics. If a metric is not required, it can be excluded from forwarding it to the sink. Metrics: + * `cpu_user` * `cpu_nice` * `cpu_system`