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 55 forks source link

feat(rds): add support for RDS Instance Monitoring #496

Closed ayvazj closed 4 months ago

ayvazj commented 4 months ago

Fixes #236

Added support for monitoring RDS Instances. Implementation is largely based on RDS Cluster monitoring code and includes the metrics necessary to recreate the "automatic" Cloud Watch dashboard. This implementation supports my needs, but further metrics can be added if there is a interest.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license