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

feat(ecs-patterns): allow imported IBaseService #471

Closed echeung-amzn closed 6 months ago

echeung-amzn commented 6 months ago

The existing logic to get metrics on BaseService is pretty simple and can probably be lifted up to IBaseService upstream (similar to the change for load balancers), but I don't have bandwidth to tackle that right now.


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