-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[resourcedetection/aws] Use values in accordance to semantic conventions #2556
[resourcedetection/aws] Use values in accordance to semantic conventions #2556
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2556 +/- ##
=======================================
Coverage 91.17% 91.18%
=======================================
Files 419 419
Lines 20983 20983
=======================================
+ Hits 19132 19134 +2
+ Misses 1383 1382 -1
+ Partials 468 467 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anuraaga please confirm this is ok
* Optimize evictedQueue impl and use Avoid unnecessary allocations in the recordingSpan by using an evictedQueue type instead of a pointer to one. Lazy allocate the evictedQueue queue to prevent unnecessary operations for spans without any use of the queue. Document the evictedQueue * Fix grammar
Description:
Values used for
cloud.infrastructure_service
by AWS detectors were not following semantic conventions. This change fixes it.Link to tracking Issue: Closes specification/#1377
Testing: Unit test cases updated
Documentation: No changes