diff --git a/collector/system.go b/collector/system.go index 5cb7f159..b688d65d 100644 --- a/collector/system.go +++ b/collector/system.go @@ -10,7 +10,7 @@ import ( ) func init() { - Factories["perfos"] = NewSystemCollector + Factories["system"] = NewSystemCollector } // A PerfOSCollector is a Prometheus collector for WMI metrics