open-telemetry / opentelemetry-java-contrib

https://opentelemetry.io
Apache License 2.0
144 stars 117 forks source link

Add AWS ECS cluster detection #1354

Open bjrara opened 6 days ago

bjrara commented 6 days ago

Description:

< Describe what is being changed or added. Ex. Bug fix - Describe the bug and how this fixes it. Ex. Feature addition - Describe what this provides and why. >

aws.ecs.cluster.arn is not populated in the ecs resource attributes.

This PR reads Cluster from ECS task metadata API, and sets aws.ecs.cluster.arn into resource attributes.

Testing: UT passed.