An example sidecar container for Amazon ECS and AWS Fargate to enable task/container-level metrics on CloudWatch
Amazon ECS Task Metadata CloudWatch Custom Metrics
=
TODO: Write more about usage including required IAM role permissions
This is an example project which puts your container-level metrics into CloudWatch on Amazon ECS and AWS Fargate.
Pre-built docker image is available at a Docker Hub repository to try this quickly.
To try, just run the pre-built container as a sidecar of your application container, then you’ll see CPUUtilization
and MemoryUtilization
metrics on your CloudWatch console under ECS/Containers
namespace.
NOTE
screenshots
—
—
Any contributions are welcome