From c8f4769a829fc90c593d9917453e9d7c5f9e0cc1 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Fri, 6 Feb 2026 13:00:10 +0100 Subject: [PATCH] Add cpustat config --- example-configs/collectors.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/example-configs/collectors.json b/example-configs/collectors.json index 42cb833..c0d0b2a 100644 --- a/example-configs/collectors.json +++ b/example-configs/collectors.json @@ -1,6 +1,11 @@ { "cpufreq": {}, "cpufreq_cpuinfo": {}, + "cpustat": { + "exclude_metrics": [ + "cpu_idle" + ] + }, "gpfs": { "exclude_filesystem": [ "test_fs" @@ -38,4 +43,4 @@ "topprocs": { "num_procs": 5 } -} \ No newline at end of file +}