Open
Description
It is frequently requested that we add the feature that the alerting group or an item in it contains schedule when the alarm is active, or stop alerting during "quiet hours".
A run would have to look at this schedule and decide to Disable or re-enable relevant Cloudwatch alarms.
Discussion of pros and cons goes here.
I'm not confident that turning alarms off is a good idea. Would prefer to make an alarm that works 24/7 (i.e. goes of for the right reasons but no false alarms). We have looked into several over-sensitive alarms and usually we identify a current, new or requested AWS feature that we need to fix them - e.g.
- When alerting on lambdas , use
p90
rather thanmax
of execution time, - When we alert on several consecutive alerting periods over a limit, we may want to regard "no data" as "zero" not "same as previous point".
Metadata
Metadata
Assignees
Labels
No labels