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

Base64 encode AnyValue bytes in string representation #6003

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

jack-berg
Copy link
Member

#5973 upgrades the desguaring version so that we have access to Base64. This produces a more compact / familiar encoding for AnyValue bytes than the hex encoding currently being used.

@jack-berg jack-berg requested a review from a team November 20, 2023 20:16
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f58a209) 91.18% compared to head (422576b) 91.16%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6003      +/-   ##
============================================
- Coverage     91.18%   91.16%   -0.02%     
  Complexity     5613     5613              
============================================
  Files           616      616              
  Lines         16566    16564       -2     
  Branches       1642     1642              
============================================
- Hits          15105    15101       -4     
  Misses         1013     1013              
- Partials        448      450       +2     

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

@jack-berg jack-berg merged commit e6c7a0f into open-telemetry:main Nov 21, 2023
18 checks passed
Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah nice! Thank you.

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.

3 participants