mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-28 17:32:05 +00:00
Merge pull request #1331 from breed808/service_spelling
fix: Fix spelling error in service collector
This commit is contained in:
commit
e9fdfdc1eb
@ -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