Skip to content

Commit

Permalink
Update CPUCollector docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cunningham committed Jan 16, 2017
1 parent 2bede02 commit 85e92f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collectors/CPUCollector.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Setting | Default | Description | Type
--------|---------|-------------|-----
byte_unit | byte | Default numeric output(s) | str
enabled | False | Enable collecting these metrics | bool
extended | False | return aggregate CPU% metric and complex CPU metrics | str
measure_collector_time | False | Collect the collector run time in ms | bool
metrics_blacklist | None | Regex to match metrics to block. Mutually exclusive with metrics_whitelist | NoneType
metrics_whitelist | None | Regex to match metrics to transmit. Mutually exclusive with metrics_blacklist | NoneType
Expand All @@ -33,4 +34,3 @@ servers.hostname.cpu.total.nice 0.0
servers.hostname.cpu.total.system 0.2
servers.hostname.cpu.total.user 0.4
```

0 comments on commit 85e92f3

Please sign in to comment.