cdk-monitoring-constructs icon indicating copy to clipboard operation
cdk-monitoring-constructs copied to clipboard

Easy-to-use CDK constructs for monitoring your AWS infrastructure

Results 92 cdk-monitoring-constructs issues
Sort by recently updated
recently updated
newest added

### Feature scope MonitoringFacade.monitorFargateService ### Describe your suggested feature Currently monitoring using `MonitoringFacade.monitorFargateService` API only supported on the following Fargate constructs: `NetworkLoadBalancedFargateService`, `ApplicationLoadBalancedFargateService`. Can you please add support to `FargateService`...

feature-request

### Feature scope AWS/ECS ### Describe your suggested feature When using alarms, looks like the Statistic is **Average**, could we support the override so that we could change this to...

feature-request

### Version 1.22.4 ### Steps and/or minimal code example to reproduce I'm using the python version: 1. Change dashboard factory to also create the summary ``` dashboard_factory=monitoring.DefaultDashboardFactory( self, "DashboardFactory", dashboard_name_prefix="streamProcessors",...

bug

### Feature scope core ### Describe your suggested feature Currently there is sparse use of ["Dynamic Labels" ](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html) which can be used to increase the overall readability of the graphs...

feature-request

### Feature scope Alarm ### Describe your suggested feature Support for creating composite alarms containing other composite alarms. Some services may run into the CloudWatch payload and alarm limit for...

feature-request

### Feature scope AWS/RDS ### Describe your suggested feature Hey together, I would like to monitor Aurora. The CDK implementation, underlying CFN resource and metrics/namespace is almost same to RDS...

feature-request
effort: medium

### Feature scope cloudwatch ### Describe your suggested feature in aws lambda there are cases where its preferred to console.error, but continue the execution, instead of raising an exception. For...

feature-request

### Version 7.6.0 ### Steps and/or minimal code example to reproduce ```C# public static MonitoringFacade MonitorApplicationLoadBalancer(this MonitoringFacade monitoringFacade, ApplicationLoadBalancer alb, string region = "us-west-2") { ArgumentException.ThrowIfNullOrWhiteSpace(region, nameof(region)); var albDimensions =...

bug

### Version 3.0.0 ### Steps and/or minimal code example to reproduce 1. Create a stack with lambda and glue resource. 2. Setup alarms with `monitoring.monitorScope(stack, { lambda: { props: }}`...

bug

### Feature scope Lamba ### Describe your suggested feature I have a serverless API, and just want to get a set of graphs, like I am provided now, but with...

feature-request