jameselderxe

Results 3 comments of jameselderxe

We really need these container level metrics for Fargate in order to effectively monitor our applications. There are instances where a container could be using 100% of it's allocated CPU...

@mreferre The issue is that container level metrics are only available for EC2 backed ECS and not Fargate, it's documented here: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-metrics-ECS.html The other metrics in the docs, in the...

Unfortunately that query doesn’t appear to give the memory usage per container but instead gives the memory usage at the service/cluster level. This is apparent if you are running multiple...