cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
443 stars 56 forks source link

[aurora] Support monitoring v2 clusters #460

Open Lewenhaupt opened 7 months ago

Lewenhaupt commented 7 months ago

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 v2 clusters as they are instead defined by the the instance types. I believe the check should be a bit more flexible to allow for usage with v2 as they have the same metrics.