mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-05 22:33:44 +00:00
fix: Fix spelling error in service collector
Error was failing CI checks. Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
parent
9c0be5fd48
commit
8de5ef0353
@ -277,7 +277,7 @@ func (c *serviceCollector) collectAPI(ch chan<- prometheus.Metric) error {
|
||||
// Get Service Configuration.
|
||||
serviceConfig, err := serviceManager.Config()
|
||||
if err != nil {
|
||||
_ = level.Warn(c.logger).Log("msg", fmt.Sprintf("Get ervice %s config error: %#v", service, err))
|
||||
_ = level.Warn(c.logger).Log("msg", fmt.Sprintf("Get service %s config error: %#v", service, err))
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user