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

FEATURE | Add green alert to Cloudwatch Synthetic Canaries #561

Open
juanmatias opened this issue Mar 26, 2024 · 0 comments
Open

FEATURE | Add green alert to Cloudwatch Synthetic Canaries #561

juanmatias opened this issue Mar 26, 2024 · 0 comments

Comments

@juanmatias
Copy link
Contributor

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.

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

No branches or pull requests

1 participant