cdk-monitoring-constructs
cdk-monitoring-constructs copied to clipboard
Easy-to-use CDK constructs for monitoring your AWS infrastructure
### Feature scope All ### Describe your suggested feature From https://aws.amazon.com/about-aws/whats-new/2023/06/amazon-cloudwatch-dashboard-variables/ : --- We are excited to announce Amazon CloudWatch dashboard variables, a new experience that makes it easier for...
### Version v5.2.3 ### Steps and/or minimal code example to reproduce It is not actually a bug but a better and simpler computation exist. Currently, time to drain metrics in...
### Version v1.18.4 ### Steps and/or minimal code example to reproduce 1. Create a stack with kinesis firehose. 2. Setup monitoring for kinesis firehose with `monitoring.monitorKinesisFirehose()`. 3. Deploy cdk to...
### Version 3.1.2 ### Steps and/or minimal code example to reproduce Consider the MonitoringFacade below with default action and disambiguator action: ```js monitor = new MonitoringFacade(this, "Monitor", { ...props, alarmDefaults:...
### Feature scope All ### Describe your suggested feature Some alarming props like `addQueueMinSizeAlarm` are relatively easy to understand what it's meant for, but some like `addQueueMaxTimeToDrainMessagesAlarm` aren't as clear...
### Feature scope DynamoDB ### Describe your suggested feature `cdk-monitoring-constructs` is currently unable to create monitors for replica DynamoDB tables created with the [`replicationRegions` property](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html#replicationregions). Passing an `ITable` created with...
### Feature scope Opensearch Serverless ### Describe your suggested feature `cdk-monitoring-constructs` currently supports monitoring Opensearch and Elasticsearch clusters, but not [Opensearch serverless](https://aws.amazon.com/opensearch-service/features/serverless/). I am requesting you add support to monitor...
### Version 6.2.4 ### Steps and/or minimal code example to reproduce Create a monitoring facade and then execute `monitorBilling()` with `addTotalCostAnomalyAlarm` ``` export interface MonitoringStackProps { readonly stackName: string }...
### Feature scope Resources usage ### Describe your suggested feature Add a capability to monitor and configure alarms based on Service Quotas. AWS Documentation for quota monitoring: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Quotas-Visualize-Alarms.html Impact: Being...
### Version 1.22.6 ### Steps and/or minimal code example to reproduce 1. Add **renderingPreference**: _DashboardRenderingPreference.INTERACTIVE_AND_BITMAP_ to generate bitmap dashboards. 2. Visit the generated Bitmap CW Dashboard in your AWS account....