opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
Add AWS ECS cluster detection
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.