lightstep / lightstep-tracer-go

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

Propagate sampled flag #263

Closed ocelotl closed 3 years ago

ocelotl commented 3 years ago

Fixes #261

kayousterhout commented 3 years ago

Do you need to set Sampled here (instead of always using true): https://github.com/lightstep/lightstep-tracer-go/blob/master/propagation_lightstep.go#L40

ocelotl commented 3 years ago

Do you need to set Sampled here (instead of always using true): https://github.com/lightstep/lightstep-tracer-go/blob/master/propagation_lightstep.go#L40

Right, fixed. :+1: