mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-25 22:26:37 +00:00
Merge pull request #1376 from mattdurham/master
This commit is contained in:
@@ -153,6 +153,11 @@ func main() {
|
|||||||
_ = level.Error(logger).Log("msg", "Couldn't load collectors", "err", err)
|
_ = level.Error(logger).Log("msg", "Couldn't load collectors", "err", err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
err = collectors.SetPerfCounterQuery()
|
||||||
|
if err != nil {
|
||||||
|
_ = level.Error(logger).Log("msg", "Couldn't set performance counter query", "err", err)
|
||||||
|
os.Exit(1)
|
||||||
|
}
|
||||||
|
|
||||||
if u, err := user.Current(); err != nil {
|
if u, err := user.Current(); err != nil {
|
||||||
_ = level.Warn(logger).Log("msg", "Unable to determine which user is running this exporter. More info: https://github.com/golang/go/issues/37348")
|
_ = level.Warn(logger).Log("msg", "Unable to determine which user is running this exporter. More info: https://github.com/golang/go/issues/37348")
|
||||||
|
|||||||
Reference in New Issue
Block a user