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

[OpenTracing Bridge] Support baggage-only propagation without trace context #4000

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChenX1993
Copy link
Contributor

Resolves #3999

Similar to this in Java OpenTracing Shim: open-telemetry/opentelemetry-java#4739

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Merging #4000 (9395e52) into main (eb2b89f) will decrease coverage by 0.1%.
The diff coverage is 16.6%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #4000     +/-   ##
=======================================
- Coverage   82.1%   82.0%   -0.1%     
=======================================
  Files        175     175             
  Lines      12977   12988     +11     
=======================================
  Hits       10655   10655             
- Misses      2102    2112     +10     
- Partials     220     221      +1     
Impacted Files Coverage Δ
bridge/opentracing/bridge.go 63.9% <0.0%> (ø)
bridge/opentracing/internal/mock.go 63.9% <18.1%> (-3.2%) ⬇️

... and 1 file with indirect coverage changes

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.

[OpenTracing Bridge] Support baggage-only propagation
2 participants