I’m trying to setup an alert for AWS Lambda
I’ve chosen the condition Provider - errors - maximum
has value above 0 at least once in 15 minutes as per the screenshot below
When error occured at 5:15pm, the incident was correctly created. However, even after 30 minutes of no-error, the incident has not been closed automatically and it persists. This is problematic because while that incident is opened, any new lambda errors go unnoticed (despite having selected Incident preference by condition and signal
as per the screenshot below.
What I would expect is
- the incident closes when there hasn’t been error for longer than 15 minutes
- if new error arises in the meantime, new incident gets created.
Thanks for your help in advance.