aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.2k stars 316 forks source link

[ECS] [request]: Metrics for fargate containers using service discovery #1840

Open ghoshrahul opened 1 year ago

ghoshrahul commented 1 year ago

Community Note

Tell us about your request Metrics for Fargate containers which use service discovery and not load balancer

Which service(s) is this request for? This could be Fargate, ECS, EKS.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? When any container is attached to the load balancer(internal/internet), we get metrics such as total request count, number of 4xx and 5xx, average latency etc. We would like the same metrics to be available for the fargate containers using service discovery instead of load balancer.

Are you currently working around this issue? No workarounds so far

Additional context The containers could be public or private.

ollypom commented 1 year ago

Hi @ghoshrahul , thank you for creating an issue. In 2022 AWS announced ECS Service Connect, which builds on ECS Service Discovery. If you leverage ECS Service Connect, it exposes Request Counts and Counts by Response Code in Cloudwatch and the ECS Console.