Initial cpu collector implementation

This commit is contained in:
Calle Pettersson
2016-09-17 17:11:35 +02:00
parent c98a0c16b2
commit 92b762f6a1
4 changed files with 215 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ type WmiCollector struct {
}
const (
defaultCollectors = "logical_disk,os"
defaultCollectors = "cpu,logical_disk,os"
serviceName = "wmi_exporter"
)