lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

Propagate the x-b3-sampled flag correctly #231

Closed codeboten closed 4 years ago

codeboten commented 4 years ago

Adding sampled field to SpanContext as a string to handle both true/false and 1/0 values that could be passed in.