mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Fix typo
This commit is contained in:
parent
3fb4d1191b
commit
b1f28b48a3
@ -301,7 +301,7 @@ func (n *Notifier) Alertmanagers() []string {
|
||||
}
|
||||
|
||||
// sendAll sends the alerts to all configured Alertmanagers concurrently.
|
||||
// It returns true if the alerts could be sent successfully to at least on Alertmanager.
|
||||
// It returns true if the alerts could be sent successfully to at least one Alertmanager.
|
||||
func (n *Notifier) sendAll(alerts ...*model.Alert) bool {
|
||||
begin := time.Now()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user