mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
Fix missing rename from perfos->system
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
Factories["perfos"] = NewSystemCollector
|
||||
Factories["system"] = NewSystemCollector
|
||||
}
|
||||
|
||||
// A PerfOSCollector is a Prometheus collector for WMI metrics
|
||||
|
||||
Reference in New Issue
Block a user