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

chore: fixing conversion of id to hex and base64 #1627

Merged
merged 3 commits into from
Oct 29, 2020

Conversation

obecny
Copy link
Member

@obecny obecny commented Oct 27, 2020

Which problem is this PR solving?

Short description of the changes

  • For proto and grpc the ids is converted from hex to base64
  • For json the id are kept as hex

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #1627 into master will decrease coverage by 0.00%.
The diff coverage is 94.73%.

@@            Coverage Diff             @@
##           master    #1627      +/-   ##
==========================================
- Coverage   91.21%   91.21%   -0.01%     
==========================================
  Files         165      165              
  Lines        5053     5064      +11     
  Branches     1027     1038      +11     
==========================================
+ Hits         4609     4619      +10     
- Misses        444      445       +1     
Impacted Files Coverage Δ
.../opentelemetry-exporter-collector/src/transform.ts 88.11% <94.73%> (+0.34%) ⬆️

@obecny obecny added the bug Something isn't working label Oct 29, 2020
@obecny obecny merged commit 435d608 into open-telemetry:master Oct 29, 2020
@obecny obecny deleted the collector_hex branch October 29, 2020 22:57
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Dec 15, 2023
…pen-telemetry#1627)

* feat(lambda): Adds lambdaHandler config option

* Apply suggestions from code review

Co-authored-by: Amir Blum <amirgiraffe@gmail.com>

* Apply suggestions from code review

Co-authored-by: Carol Abadeer <60774943+carolabadeer@users.noreply.github.com>

* Update README.md

---------

Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
Co-authored-by: Carol Abadeer <60774943+carolabadeer@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exporter-collector-grpc traceId and spanId values in protobuf are incorrect
4 participants