Open
Description
Component(s)
aws-resources
What happened?
Description
When deploying an application using ECS on EC2, the resource attribute cloud.platform
is being set as aws_ec2
instead of aws_ecs
Steps to Reproduce
- Instrument the application using the OTel Java Agent 2.9.0
- Deploy to AWS ECS using EC2
Deploy an application in AWS ECS using EC2. Also
Expected Result
The resource attribute should have
- The
cloud.platform
set asaws_ecs
- Have all of the Amazon ECS Attributes set as well
Actual Result
- The
cloud.platform
set asaws_ec2
- None of the Amazon ECS Attributes are set
Component version
2.9.0
Log output
No response
Additional context
No response