lightstep / lightstep-tracer-go

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

Actually propagate sampled over binary carrier #278

Closed lorenmh closed 3 years ago

lorenmh commented 3 years ago

Sorry for prematurely opening this PR, meant to test this in a private forked repo before opening the PR.

The binary carrier was not propagating sampling decisions, PR propagates the sampled decision in a binary context.