mirror of https://github.com/prometheus/prometheus
Add missing word in comment.
parent
86244db799
commit
b150c5768c
|
@ -156,7 +156,7 @@ func Main() int {
|
||||||
prometheus.MustRegister(configSuccess)
|
prometheus.MustRegister(configSuccess)
|
||||||
prometheus.MustRegister(configSuccessTime)
|
prometheus.MustRegister(configSuccessTime)
|
||||||
|
|
||||||
// The notification is a dependency of the rule manager. It has to be
|
// The notification handler is a dependency of the rule manager. It has to be
|
||||||
// started before and torn down afterwards.
|
// started before and torn down afterwards.
|
||||||
go notificationHandler.Run()
|
go notificationHandler.Run()
|
||||||
defer notificationHandler.Stop()
|
defer notificationHandler.Stop()
|
||||||
|
|
Loading…
Reference in New Issue