-
Notifications
You must be signed in to change notification settings - Fork 858
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
Add convenience method setAttribute(Attribute<Long>, int)
to SpanBuilder (matching the existing convenience method in Span)
#6884
Conversation
/easycla |
1 similar comment
/easycla |
70de66c
to
0deb45b
Compare
Resolves #6870 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6884 +/- ##
============================================
- Coverage 90.30% 90.29% -0.02%
Complexity 6589 6589
============================================
Files 729 729
Lines 19767 19768 +1
Branches 1944 1944
============================================
- Hits 17851 17849 -2
- Misses 1325 1327 +2
- Partials 591 592 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
LGTM. Thanks!
api/all/src/main/java/io/opentelemetry/api/trace/SpanBuilder.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Trask Stalnaker <[email protected]>
setAttribute(Attribute<Long>, int)
to SpanBuilder (matching the existing convenience method in Span)
Resolves #6870