opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

[OpenTracing Bridge] Support traceflags-only propagation without parent span

Open ChenX1993 opened this issue 2 years ago β€’ 3 comments

Resolves #3952

In order to support force sampling by some signal from the inbound request without a parent span, e.g jaeger-debug-id

ChenX1993 avatar Apr 14 '23 06:04 ChenX1993

Resolves https://github.com/open-telemetry/opentelemetry-go/pull/3966

Can you please mention the appropriate issue? πŸ˜‰

pellared avatar Apr 14 '23 07:04 pellared

Codecov Report

Merging #3998 (a6bbc31) 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   #3998     +/-   ##
=======================================
- Coverage   82.1%   82.0%   -0.1%     
=======================================
  Files        175     175             
  Lines      12977   12988     +11     
=======================================
+ Hits       10655   10657      +2     
- Misses      2102    2110      +8     
- 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%) :arrow_down:

codecov[bot] avatar Apr 14 '23 08:04 codecov[bot]

Resolves #3966

Can you please mention the appropriate issue? πŸ˜‰

Thanks! Corrected.

ChenX1993 avatar Apr 14 '23 17:04 ChenX1993