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 +}