@cryptotaxi247 / netdata-1 / commits / 369cacd66

Regenerate integrations docs (#21002)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Sep 18, 2025 at 13:54 UTC 369cacd6684714ff710720f96c5e7c7a80cd9e3e
1 file changed +3 -2
src/collectors/proc.plugin/integrations/system_statistics.md
+3 -2
@@ -98,13 +98,13 @@ Metrics:
98
99 ### Per cpu core
100
101 -
101 +Collects per-core CPU metrics. Disabled by default, can be enabled in the [configuration options](#configuration).
102
103 Labels:
104
105 | Label | Description |
106 |:-----------|:----------------|
107 -| cpu | TBD |
107 +| cpu | Identifier of the CPU core (e.g., core0, core1, core2). |
108
109 Metrics:
110
@@ -147,6 +147,7 @@ No action required.
147 | Option | Description | Default | Required |
148 |:-----|:------------|:--------|:---------:|
149 | per cpu core utilization | Collects CPU usage metrics for each individual core, in addition to the system-wide averages. | no | no |
150 +| cpu idle states | Collects CPU idle state residency metrics for each individual core, showing how much time each core spends in different idle states (C-states). | no | no |
151
152
153 </details>