From 85e92f3697ae3cee68a2a9b36c8d7568301f8bfd Mon Sep 17 00:00:00 2001 From: Scott Cunningham Date: Mon, 16 Jan 2017 16:48:44 +0000 Subject: [PATCH] Update CPUCollector docs --- docs/collectors/CPUCollector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collectors/CPUCollector.md b/docs/collectors/CPUCollector.md index a03911154..a49f7c386 100644 --- a/docs/collectors/CPUCollector.md +++ b/docs/collectors/CPUCollector.md @@ -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 @@ -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 ``` -