Skip to content

Commit 85e92f3

Browse files
author
Scott Cunningham
committed
Update CPUCollector docs
1 parent 2bede02 commit 85e92f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/collectors/CPUCollector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Setting | Default | Description | Type
1717
--------|---------|-------------|-----
1818
byte_unit | byte | Default numeric output(s) | str
1919
enabled | False | Enable collecting these metrics | bool
20+
extended | False | return aggregate CPU% metric and complex CPU metrics | str
2021
measure_collector_time | False | Collect the collector run time in ms | bool
2122
metrics_blacklist | None | Regex to match metrics to block. Mutually exclusive with metrics_whitelist | NoneType
2223
metrics_whitelist | None | Regex to match metrics to transmit. Mutually exclusive with metrics_blacklist | NoneType
@@ -33,4 +34,3 @@ servers.hostname.cpu.total.nice 0.0
3334
servers.hostname.cpu.total.system 0.2
3435
servers.hostname.cpu.total.user 0.4
3536
```
36-

0 commit comments

Comments
 (0)