You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce rate-limit for sending email notifications from alertmanager.
Signed-off-by: Peter Štibraný <[email protected]>
* Don't retry failed rate-limited notifications.
Signed-off-by: Peter Štibraný <[email protected]>
* Added test to verify that email notifier is used with rate limits.
Signed-off-by: Peter Štibraný <[email protected]>
* Improve documentation.
Signed-off-by: Peter Štibraný <[email protected]>
* CHANGELOG.md
Signed-off-by: Peter Štibraný <[email protected]>
* Rename yaml fields, and add unit test.
Signed-off-by: Peter Štibraný <[email protected]>
* Fix documentation.
Signed-off-by: Peter Štibraný <[email protected]>
* Moved changelog entry.
Signed-off-by: Peter Štibraný <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
*`cortex_alertmanager_state_persist_total`
17
17
*`cortex_alertmanager_state_persist_failed_total`
18
18
*[ENHANCEMENT] Blocks storage: support ingesting exemplars. Enabled by setting new CLI flag `-blocks-storage.tsdb.max-exemplars=<n>` or config option `blocks_storage.tsdb.max_exemplars` to positive value. #4124
19
+
*[FEATURE] Alertmanager: Added rate-limits to email notifier. Rate limits can be configured using `-alertmanager.email-notification-rate-limit` and `-alertmanager.email-notification-burst-size`. These limits are applied on individual alertmanagers. Rate-limited email notifications are failed notifications. It is possible to monitor rate-limited notifications via new `cortex_alertmanager_notification_rate_limited_total` metric. #4135
19
20
*[BUGFIX] Purger: fix `Invalid null value in condition for column range` caused by `nil` value in range for WriteBatch query. #4128
0 commit comments