Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CPUCollector docs
  • Loading branch information
Scott Cunningham committed Jan 16, 2017
commit 85e92f3697ae3cee68a2a9b36c8d7568301f8bfd
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
```