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
feat: Allow specifying alarmDedupeStringSuffix in CustomAlarmThreshold (#622)
Addresses a gap where the deduplication string wasn’t easily customizable via typical facade usage. It can be customized using dedupeStringOverride, but this overrides the entire deduplication string. Since alarm name prefixes (globalPrefix, localPrefix in AlarmNamingStrategy) are usually specified, alarmDedupeStringSuffix is more convenient in use.
I've observed many cases where dedupeStringOverride is used, with the string being
manually constructed by concatenating prefixes passed as parameters to the facade.
---
_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
0 commit comments