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
Based on the added AWS Cloudwatch Synthetics Canaries layer (in this PR ), which has only alerts triggered by a red situation (endpoints check failing), add an alert to notify when the canary goes from red to green.
Expected Behavior
To be notified when a red situation arises but also when the green status is shown again.
Use Case
Users checking alerts channels should be notified when the situation is fixed.
Describe Ideal Solution
Canary should create metrics so Cloudwatch can determine if a green status is found after a red one and alert.
Alternatives Considered
As per documentation found in the web, one way is to persist the canary run status. This way, each time the canary runs it can check if the previous status was red and the current one is green, then creates a notification that can be read by Cloudwatch.
The text was updated successfully, but these errors were encountered:
Describe the Feature
Based on the added AWS Cloudwatch Synthetics Canaries layer (in this PR ), which has only alerts triggered by a red situation (endpoints check failing), add an alert to notify when the canary goes from red to green.
Expected Behavior
To be notified when a red situation arises but also when the green status is shown again.
Use Case
Users checking alerts channels should be notified when the situation is fixed.
Describe Ideal Solution
Canary should create metrics so Cloudwatch can determine if a green status is found after a red one and alert.
Alternatives Considered
As per documentation found in the web, one way is to persist the canary run status. This way, each time the canary runs it can check if the previous status was red and the current one is green, then creates a notification that can be read by Cloudwatch.
The text was updated successfully, but these errors were encountered: