opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

Add AWS ECS cluster detection

Open bjrara opened this issue 1 year ago • 0 comments

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.

bjrara avatar Jun 27 '24 21:06 bjrara