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
468 stars 61 forks source link

ECS monitoring for disk space #399

Closed btd closed 4 months ago

btd commented 1 year ago

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 existing Fargate monitoring.

Metrics: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-metrics-ECS.html EphemeralStorageReserved and EphemeralStorageUtilized so that i can alarm when task disk almost fill.

ryxli commented 1 year ago

In a similar vein, adding all container insight metrics to monitorEc2Service would be very helpful