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

Allow to specify range for cloudwatch checks #330

Open
rajiv-g opened this issue Mar 26, 2019 · 0 comments
Open

Allow to specify range for cloudwatch checks #330

rajiv-g opened this issue Mar 26, 2019 · 0 comments

Comments

@rajiv-g
Copy link
Contributor

rajiv-g commented Mar 26, 2019

Need to specify the range for cloudwatch checks.

Use Case:

  1. I need to create the check that alert us quickly if there is no traffic in Lambda function for few minutes (Less than ten minutes)

Existing setup:
When period is specified, the range is calculated based on period(i.e., period * 10). It is going to fetch last 10 datapoints & range will multiples of 10 minutes as we increase period.

Purpose:
Plugin uses missing data window as period * 10. So it will take more to time to alert for no-data. It will get worse if period is high. If plugin allowed to customize the missing data window (Range), it will be useful to alert quickly on missing the latest datapoints.

@rajiv-g rajiv-g closed this as completed Apr 3, 2019
@rajiv-g rajiv-g reopened this Apr 3, 2019
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