cdk-monitoring-constructs
cdk-monitoring-constructs copied to clipboard
Easy-to-use CDK constructs for monitoring your AWS infrastructure
From customer: I have an ALB+Fargate Coral stack, and i’d like to have a CW Dashboard and Alarms for when my ALB is seeing spikes in 5xx errors. I see...
Dashboards are generally fairly rigid in their implementation which is good if you just want to pick up the good defaults but bad if you want to customize them for...
Currently MetricsFactory has createMetricMath, createMetricSearch, createMetricAnomaly. It doesn't have createMetricQuery. Why I need this? I have metric with dimension: [Program, Operation, EntityType, StatusFamily, StatusCode] Now to compute availability metrics, it...
We use AWS Firehose to publish data to Redshift and S3. (Our Firehose stream publishes to both) We would like to have metric and dashboards for that. Firehose Metrics: https://docs.aws.amazon.com/firehose/latest/dev/monitoring-with-cloudwatch-metrics.html...
### Feature scope AWS API Gateway ### Describe your suggested feature Currently `ApiGatewayMetricFactoryProps` allows only a single `apiMethod` and `apiResource`. If you want to monitor several resources from a single...
Relevant metrics: - `DatabaseMemoryUsagePercentage` - `CurrConnections` - `StringBasedCmdsLatency` Docs: - https://aws.amazon.com/blogs/database/monitoring-best-practices-with-amazon-elasticache-for-redis-using-amazon-cloudwatch - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.Redis.html
### Feature scope Tests ### Describe your suggested feature Just noticed we are not testing the dashboard code in the snapshot tests, just the Stack with alarms. Ideally, each test...
### Feature scope Any Namespace ### Describe your suggested feature Is it possible to select resources to monitor based on tags? Looked at the docs but did not see any...
Document the supported public API and mark any internals as potentially breaking with new releases. Ref: 1. https://github.com/cdklabs/cdk-monitoring-constructs/pull/122 2. https://github.com/cdklabs/cdk-monitoring-constructs/pull/121