mirror of
https://github.com/prometheus/prometheus
synced 2025-04-11 03:52:13 +00:00
Merge pull request #2015 from mattbostock/fix_typo
cmd/prometheus/main.go: Fix typo in comment
This commit is contained in:
commit
e5c633ed14
@ -202,7 +202,7 @@ func Main() int {
|
|||||||
prometheus.MustRegister(configSuccess)
|
prometheus.MustRegister(configSuccess)
|
||||||
prometheus.MustRegister(configSuccessTime)
|
prometheus.MustRegister(configSuccessTime)
|
||||||
|
|
||||||
// The notifieris a dependency of the rule manager. It has to be
|
// The notifier is a dependency of the rule manager. It has to be
|
||||||
// started before and torn down afterwards.
|
// started before and torn down afterwards.
|
||||||
go notifier.Run()
|
go notifier.Run()
|
||||||
defer notifier.Stop()
|
defer notifier.Stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user