diff --git a/collector/service.go b/collector/service.go index 3156dd54..5e6c3efd 100644 --- a/collector/service.go +++ b/collector/service.go @@ -6,6 +6,7 @@ import ( "fmt" "strings" + "github.com/StackExchange/wmi" "github.com/newrelic-forks/windows_exporter/log" "github.com/prometheus/client_golang/prometheus" "golang.org/x/sys/windows"