Skip to content
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

fix(lambda): fix iterator age dedupe #547

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

rhermes62
Copy link
Contributor

Our team has tiered alarms on the max iterator age of events going to a Lambda function so that we get higher severity tickets for higher iterator ages which indicates worse backups in processing.

However, these are not currently deduping into the same ticket which I root caused to the alarmDedupeStringSuffix being missing on the addIteratorMaxAgeAlarm which the Lambda monitoring uses.

This PR fixes this.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Our team has tiered alarms on the max iterator age of events going to a Lambda function so that we get higher severity tickets for higher iterator ages which indicates worse backups in processing.

However, these are not currently deduping into the same ticket which I root caused to the `alarmDedupeStringSuffix` being missing on the `addIteratorMaxAgeAlarm` which the Lambda monitoring uses.

This PR fixes this.
@echeung-amzn echeung-amzn merged commit 1f487c7 into cdklabs:main Jul 17, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants