mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-21 04:06:36 +00:00
Fix missing rename from perfos->system
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user