lightstep-tracer-ruby/spec
Matthew Wear 800e3b041c
Updated B3 trace id handling (#91)
* Restore configurable propagator option

* Propagate B3 id in the same format received

* Relax interpretation of sampled flag

The B3 spec says a forgiving implementation will accept 1 or true and 0
or false as sampling values, even though only 1 or 0 should be used.

* Fix typos

* Correct changelog for B3
2019-11-12 18:36:24 -08:00
..
helpers B3 context propagation (#86) 2019-10-24 14:27:25 -07:00
lightstep Updated B3 trace id handling (#91) 2019-11-12 18:36:24 -08:00
lightstep_spec.rb Updated B3 trace id handling (#91) 2019-11-12 18:36:24 -08:00
spec_helper.rb B3 context propagation (#86) 2019-10-24 14:27:25 -07:00