prometheus-community / ecs_exporter

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

Invalid task_arn in `ecs_svc_cpu_limit` and `ecs_svc_memory_limit_bytes` metric #69

Open DefCon-007 opened 1 year ago

DefCon-007 commented 1 year ago

The ecs_svc_cpu_limit and ecs_svc_memory_limit_bytes metric have a task_arn label but the actual task arn value is not set and a constant task_arn string is getting sent.

zahornyak commented 9 months ago

Hi, I'm currently setting up ecs-exporter for my preset and I don't have any of ecs_svc_cpu_limit ecs_svc_memory_limit_bytes. Is that a configuration issue or maybe I didn't give the correct permissions to my task? Could someone provide me some information about this stuff?