forked from grafana/mimir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alertmanager: Increase likehood of useful results from /grafana/recei…
…vers. (grafana#8540) * Alertmanager: Increase likehood of useful results from /grafana/receivers. The experimental, extended /receivers API provides information about the last notification attempt for receivers, including the last error and duration. Currently, because of how the Alertmanager ring is configured, we only require a successful response from one replica. For the receivers API however this is insufficient, because any of the 3 replicas could have sent notifications recently. It's more likely that one of the replicas will (the replica in "position 0"), but any replica could send any given notification, so asking all replicas is arguably more robust. * Review comments
- Loading branch information
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters