File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Setting | Default | Description | Type
1717--------|---------|-------------|-----
1818byte_unit | byte | Default numeric output(s) | str
1919enabled | False | Enable collecting these metrics | bool
20+ extended | False | return aggregate CPU% metric and complex CPU metrics | str
2021measure_collector_time | False | Collect the collector run time in ms | bool
2122metrics_blacklist | None | Regex to match metrics to block. Mutually exclusive with metrics_whitelist | NoneType
2223metrics_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
3334servers.hostname.cpu.total.system 0.2
3435servers.hostname.cpu.total.user 0.4
3536```
36-
You can’t perform that action at this time.
0 commit comments