mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-26 22:56:36 +00:00
Initial cpu collector implementation
This commit is contained in:
@@ -24,7 +24,7 @@ type WmiCollector struct {
|
||||
}
|
||||
|
||||
const (
|
||||
defaultCollectors = "logical_disk,os"
|
||||
defaultCollectors = "cpu,logical_disk,os"
|
||||
serviceName = "wmi_exporter"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user