Skip to content
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 ReadableSpan#getAttributes #6382

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

jack-berg
Copy link
Member

Resolves #6344.

@jack-berg jack-berg requested a review from a team April 11, 2024 21:37
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.10%. Comparing base (a85e888) to head (5d589c4).
Report is 3 commits behind head on main.

Files Patch % Lines
.../java/io/opentelemetry/sdk/trace/ReadableSpan.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6382      +/-   ##
============================================
+ Coverage     91.08%   91.10%   +0.02%     
- Complexity     5771     5774       +3     
============================================
  Files           627      627              
  Lines         16852    16855       +3     
  Branches       1720     1721       +1     
============================================
+ Hits          15349    15356       +7     
+ Misses         1008     1006       -2     
+ Partials        495      493       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jack-berg jack-berg merged commit 7b4bb8f into open-telemetry:main Apr 17, 2024
17 of 18 checks passed
AlexanderWert pushed a commit to AlexanderWert/opentelemetry-java that referenced this pull request Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Access all attributes from ReadableSpan
2 participants