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
444 stars 56 forks source link

feat!: update more MetricFactory classes to extend base #541

Closed echeung-amzn closed 1 day ago

echeung-amzn commented 2 days ago

This is a continuation of #534, but it includes breaking changes to some existing metric factories' constructor API contracts.

Also includes some minor private method renaming for consistency and a basic facade test, pulled out from #533.


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