prometheus-community / ecs_exporter

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

Fix cpu and memory stats #49

Closed rkul closed 1 year ago

rkul commented 1 year ago

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

SuperQ commented 1 year ago

Oh, that makes a lot of sense. I wonder why the CI pipeline is broken. I'll see if I can get it working again.

SuperQ commented 1 year ago

Looks like this needs a go fmt.

rkul commented 1 year ago

Yeah, fixed