-
Notifications
You must be signed in to change notification settings - Fork 517
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
chore(test-utils): update semantic resource attributes #2080
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2080 +/- ##
==========================================
- Coverage 90.97% 90.82% -0.16%
==========================================
Files 146 148 +2
Lines 7492 7672 +180
Branches 1502 1537 +35
==========================================
+ Hits 6816 6968 +152
- Misses 676 704 +28 |
| service.version | The version string of the service API or implementation. | | ||
| telemetry.sdk.language | The language of the telemetry SDK. | | ||
| telemetry.sdk.name | The name of the telemetry SDK. | | ||
| telemetry.sdk.version | The version string of the telemetry SDK. | |
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.
I'd be inclined to drop the table for this package, an internal test utils package. But totally fine to have it in.
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.
Agree. I removed the table, but keep the message of semantic version, to keep consistent with other places.
Update Semantic Resource Attributes Part Of open-telemetry#2025 Signed-off-by: maryliag <[email protected]>
Which problem is this PR solving?
Short description of the changes