Fix missing rename from perfos->system

This commit is contained in:
Calle Pettersson
2016-10-14 10:14:32 +02:00
parent 2fa997dc7e
commit a973ce9bca

View File

@@ -10,7 +10,7 @@ import (
) )
func init() { func init() {
Factories["perfos"] = NewSystemCollector Factories["system"] = NewSystemCollector
} }
// A PerfOSCollector is a Prometheus collector for WMI metrics // A PerfOSCollector is a Prometheus collector for WMI metrics