cdk-monitoring-constructs
cdk-monitoring-constructs copied to clipboard
Easy-to-use CDK constructs for monitoring your AWS infrastructure
### Discussed in https://github.com/cdklabs/cdk-monitoring-constructs/discussions/450 Originally posted by **ericxinzhang** November 2, 2023 My code looks as following. I can specify `height` in `CustomMonitoringProps`. I am wondering why `CustomMetricGroup` does not have...
### Feature scope Aurora V2 ### Describe your suggested feature monitorAuroraCluster throws an error if the instance is not a ServerlessCluster, which is fine for v1 clusters, but not for...
### Feature scope Lambda ### Describe your suggested feature Hi, team It would be nice to show existing Lambda Insights metric `init_duration`. By alerting on this metrics we can detect...
### Feature scope Lambda ### Describe your suggested feature Currently latency alarms supported for LambdaFunctionMonitoring is limited to 3 metrics, P50, P90 and P99. Our team wants to monitor Lambda...
### Version 5.10.0 ### Steps and/or minimal code example to reproduce I have a few constructs that create DDB alarms, they used to be work with 5.4.2 but fails to...
### Feature scope CloudWatch ### Describe your suggested feature Right now, the `monitorCustom()` method requires a `metricGroups: CustomMetricGroup[]` property. Each of these [`CustomMetricGroup` objects](https://github.com/cdklabs/cdk-monitoring-constructs/blob/8f413ed7e751d4f11cf81ed109a59de0877a7c36/lib/monitoring/custom/CustomMonitoring.ts#L147) has metric-group level graph configuration. However,...
### Version v1.28.1 ### Steps and/or minimal code example to reproduce When creating a monitoring segment for a Lambda Integration in a Step Function Machine, the following code should suffice...
### Version 5.0.0 ### Steps and/or minimal code example to reproduce 1. Create a MetricFactory with a tps metric. 2. use .with(properties); on the tps metric 3. Observe that properties...
### Feature scope ECS Fargate ### Describe your suggested feature Hi, thank you for super useful lib. I would like to propose to add disk space usage (fill) to the...
### Version 5.3.4 ### Steps and/or minimal code example to reproduce 1. Create a monitoring facade 2. Create a MathExpression using MetricFactory.createMetricMath() 3. Create an alarm using AlarmFactory.addAlarm() ### Expected...