prometheus-community / ecs_exporter

Prometheus exporter for Amazon Elastic Container Service (ECS)
Apache License 2.0
77 stars 19 forks source link

Fix CPU usage metrics #37

Closed SuperQ closed 2 years ago

SuperQ commented 2 years ago

The CPU usage metrics from ECS are pass-through of Docker stats API.

Fixes: https://github.com/prometheus-community/ecs_exporter/issues/34

Signed-off-by: SuperQ superq@gmail.com

jseiser commented 2 years ago

@SuperQ

Any chance you can get this merged/built?

Thanks.