-
Notifications
You must be signed in to change notification settings - Fork 319
[ResourceDetectors.AWS] Implement support for some cloud.resource_id attribute in AWS ECS detector #1576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ResourceDetectors.AWS] Implement support for some cloud.resource_id attribute in AWS ECS detector #1576
Conversation
…attribute in AWS ECS detector
Co-authored-by: Vishwesh Bankwar <[email protected]>
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@ppittle FYA.. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Looks good to me. @mmanciop - thanks for adding .net to your list of implementations! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1576 +/- ##
==========================================
+ Coverage 73.91% 80.65% +6.73%
==========================================
Files 267 114 -153
Lines 9615 3081 -6534
==========================================
- Hits 7107 2485 -4622
+ Misses 2508 596 -1912
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Changes
Implement support in the AWS ECS detector
cloud.resource_id
set to the ECS Container ARN, see open-telemetry/semantic-conventions#677.CHANGELOG.md
updated for non-trivial changes