prometheus-community / ecs_exporter

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

Fix task_arn label for `ecs_svc_cpu_limit` and `ecs_svc_memory_limit_bytes` metric #70

Open DefCon-007 opened 1 year ago

DefCon-007 commented 1 year ago

Actual task arn was not getting set as lable for the mentioned two metrics and this PR fixes it to report the correct lables

Fixes #69