-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(cloudwatch): alarm status widget #9456
Conversation
5453d16
to
2db88dc
Compare
I don't see this alarm type mentioned here: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Dashboard-Body-Structure.html Is there a reference for it? |
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.
Clean enough. One typing change, maybe a reference, and then we should be gtg I think.
096d013
to
bf2e86c
Compare
bf2e86c
to
3ba8811
Compare
The only reference to the Alarm Status widget that I could find is this piece of documentation - https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/add_remove_alarm_dashboard.html |
3ba8811
to
2fe682e
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Add support for the alarm status widget. This widget allows you to see the status of multiple alarms in a grid view.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license