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
17
17
--------|---------|-------------|-----
18
18
byte_unit | byte | Default numeric output(s) | str
19
19
enabled | False | Enable collecting these metrics | bool
20
+ extended | False | return aggregate CPU% metric and complex CPU metrics | str
20
21
measure_collector_time | False | Collect the collector run time in ms | bool
21
22
metrics_blacklist | None | Regex to match metrics to block. Mutually exclusive with metrics_whitelist | NoneType
22
23
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
33
34
servers.hostname.cpu.total.system 0.2
34
35
servers.hostname.cpu.total.user 0.4
35
36
```
36
-
You can’t perform that action at this time.
0 commit comments