-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend alertmanager limits to cover all integrations. #4163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flawless! Very good job! 👏
Personally, I'm not a big fan of having to specify the per-integration limits as JSON via CLI flag, but I see why you're doing it and I don't have a better suggestion, so LGTM!
Before merging, I would mention it along the experimental features in docs/configuration/v1-guarantees.md
.
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Good job! 👏
What this PR does: This PR extends alertmanager email-notifier limits to cover all notifiers (integrations). It is also possible to specify shared limits for all integrations, and per-integration limits, both as global limits or per-tenant overrides.
This is continuation of #4163. Rules about which limits are applied are as follows:
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]