-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Vertical annotations for CloudWatch GraphWidgets #7622
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-cloudwatchRelated to Amazon CloudWatchRelated to Amazon CloudWatcheffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.
Description
Horizontal Annotations are available for GraphWidgets in CDK. But we don't have Vertical Annotations available in CDK
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudwatch.HorizontalAnnotation.html
Use Case
We normally plot Vertical lines i.e particular timestamps of deployments/Events in the Graphs during troubleshooting any particular issue.
Let say we want to check if Latency/Error counts increased after particular deployment or timestamp.
We have that same feature in Cloudwatch Console. We can create it manually.
But CDK doesn't have that same feature.
Proposed Solution
Add one more property for Graph Widget like Horizontal Annotation
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudwatch.HorizontalAnnotation.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-cloudwatchRelated to Amazon CloudWatchRelated to Amazon CloudWatcheffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.