-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
AWS CloudWatch Alarm - Anomaly detection #9828
Conversation
Is there anything to assist with to get this merged? Is there anything missing for this to be merged? |
I assume waiting for General Availability announcement. 😃 https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Anomaly_Detection.html
|
Given that Anomaly Detection alarms can be provisioned with CloudFormation, wouldn't it be great to have them supported by the terraform plugin as well? |
Not that my approval means much. 🙂 |
@bflad I see you approved some PR's last week for the v2.33.0 milestone (https://github.com/terraform-providers/terraform-provider-aws/milestone/105). Could we see about getting this PR and accompanying issue added to an upcoming milestone (like v2.34.0)? |
This is now "generally available" (as of yesterday) if that is what some reviewers are waiting for: |
@bflad @apparentlymart - Can this make it into an upcoming milestone now that this CloudWatch Anomaly Detection is now generally available? |
@hakopako Can you add the people that I mentioned as reviewers to this PR? |
Seems I don't have the permission for assignment 😅 |
Hi folks, the AWS provider team is already assigned to review this PR so you don't need to do anything further. We're still working through the backlog but you'll see an update as soon as we have one. Thanks so much! |
This should also resolve #10551. |
@aerostitch any chance of this getting reviewed soon? This has been the 8th most reacted to PR for some time now: I am only curious because I have a story that has been following me around for a few sprints now. I am about to give up and just do the work in CloudFormation. 😕 What would it take to get this added to a milestone? |
Not sure why you pinged me here @unacceptable. Maybe you meant to ping @aeschright ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @hakopako 👋 Thank you for submitting this. The existing resource testing found a regression that will need to get fixed, but otherwise this is in pretty good shape. Please reach out if you have any questions or do not have time to implement the feedback.
Thank you for reviewing :)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, @hakopako! Looks good to me. 🚀
Output from acceptance testing:
--- PASS: TestAccAWSCloudWatchMetricAlarm_missingStatistic (5.17s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_basic (10.90s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_datapointsToAlarm (10.85s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_extendedStatistic (11.01s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_SNSTopic (11.29s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_SWFAction (13.02s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_treatMissingData (15.78s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_evaluateLowSampleCountPercentiles (15.90s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_tags (21.51s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_expression (33.68s)
--- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_EC2Automate (177.58s)
…t Anomaly Detection Metrics) (hashicorp#9828) Output from acceptance testing: ``` --- PASS: TestAccAWSCloudWatchMetricAlarm_missingStatistic (5.17s) --- PASS: TestAccAWSCloudWatchMetricAlarm_basic (10.90s) --- PASS: TestAccAWSCloudWatchMetricAlarm_datapointsToAlarm (10.85s) --- PASS: TestAccAWSCloudWatchMetricAlarm_extendedStatistic (11.01s) --- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_SNSTopic (11.29s) --- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_SWFAction (13.02s) --- PASS: TestAccAWSCloudWatchMetricAlarm_treatMissingData (15.78s) --- PASS: TestAccAWSCloudWatchMetricAlarm_evaluateLowSampleCountPercentiles (15.90s) --- PASS: TestAccAWSCloudWatchMetricAlarm_tags (21.51s) --- PASS: TestAccAWSCloudWatchMetricAlarm_expression (33.68s) --- PASS: TestAccAWSCloudWatchMetricAlarm_AlarmActions_EC2Automate (177.58s) ```
This has been released in version 2.40.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #9293
Release note for CHANGELOG:
Output from acceptance testing: