docs: add "per cpu core utilization" option to proc/stat meta (#20997)
Ilya Mashchenko committed
Sep 18, 2025 at 14:11 UTC
d20fc91d8e4a5534abfa4f378e0f8e4fa95f2bce
1 file changed
+5
-1
src/collectors/proc.plugin/metadata.yaml
+5
-1
@@ -70,7 +70,11 @@ modules:
70
folding:
71
title: ""
72
enabled: true
73
- list: []
73
+ list:
74
+ - name: per cpu core utilization
75
+ description: Collects CPU usage metrics for each individual core, in addition to the system-wide averages.
76
+ default_value: no
77
+ required: false
78
examples:
79
folding:
80
enabled: true