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

perf: remove unnecessary base64 encode+decode from OTLP export #4343

Merged
merged 10 commits into from
Dec 19, 2023

Merge branch 'main' into remove-unnecessary-base64-encoding

688c148
Select commit
Loading
Failed to load commit list.
Merged

perf: remove unnecessary base64 encode+decode from OTLP export #4343

Merge branch 'main' into remove-unnecessary-base64-encoding
688c148
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2023 in 1s

92.22% (-0.01%) compared to 42aaae0

View this Pull Request on Codecov

92.22% (-0.01%) compared to 42aaae0

Details

Codecov Report

Merging #4343 (688c148) into main (42aaae0) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4343      +/-   ##
==========================================
- Coverage   92.23%   92.22%   -0.01%     
==========================================
  Files         332      333       +1     
  Lines        9467     9459       -8     
  Branches     2011     2009       -2     
==========================================
- Hits         8732     8724       -8     
  Misses        735      735              
Files Coverage Δ
...ntal/packages/otlp-transformer/src/common/index.ts 100.00% <100.00%> (ø)
...mental/packages/otlp-transformer/src/logs/types.ts 100.00% <ø> (ø)
...tal/packages/otlp-transformer/src/metrics/types.ts 100.00% <ø> (ø)
...ental/packages/otlp-transformer/src/trace/types.ts 100.00% <ø> (ø)
...ges/opentelemetry-core/src/common/hex-to-binary.ts 100.00% <100.00%> (ø)
...lemetry-core/src/platform/browser/hex-to-base64.ts 100.00% <100.00%> (ø)
...ntelemetry-core/src/platform/node/hex-to-base64.ts 100.00% <100.00%> (ø)