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

allow 16 char b3 trace id #869

Merged
merged 3 commits into from
Nov 30, 2022
Merged

allow 16 char b3 trace id #869

merged 3 commits into from
Nov 30, 2022

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Nov 25, 2022

b3 spec allows trace id to be 16 or 32 char. other SIGs left-pad with zero to resolve this.

Closes #863

b3 spec allows trace id to be 16 or 32 char. other SIGs left-pad with zero to resolve this.
@brettmc brettmc requested a review from a team as a code owner November 25, 2022 00:18
@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Merging #869 (2e2798f) into main (017c3e1) will decrease coverage by 0.02%.
The diff coverage is 50.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #869      +/-   ##
============================================
- Coverage     81.24%   81.21%   -0.03%     
- Complexity     2006     2008       +2     
============================================
  Files           264      264              
  Lines          5208     5212       +4     
============================================
+ Hits           4231     4233       +2     
- Misses          977      979       +2     
Flag Coverage Δ
7.4 80.69% <50.00%> (-0.03%) ⬇️
8.0 81.19% <50.00%> (-0.03%) ⬇️
8.1 81.34% <50.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Extension/Propagator/B3/B3MultiPropagator.php 98.03% <50.00%> (-1.97%) ⬇️
src/Extension/Propagator/B3/B3SinglePropagator.php 97.18% <50.00%> (-1.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 017c3e1...2e2798f. Read the comment docs.

@brettmc brettmc merged commit 2e96621 into open-telemetry:main Nov 30, 2022
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.

Support for 16 character trace IDs
3 participants