Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Release 2.16.0

Compare
Choose a tag to compare
@yurishkuro yurishkuro released this 24 Mar 18:30
· 146 commits to master since this release
2f47546
  • Add baggage to B3 codec (#319)

  • Add support for 128bit trace ids to zipkin thrift spans. (#378)

  • Update zipkin propagation logic to support 128bit traceIDs (#373)

  • Accept "true" for the x-b3-sampled header (#356)

  • Allow setting of PoolSpans from Config object (#322)

  • Make propagators public to allow wrapping (#379)

  • Change default metric namespace to use relevant separator for the metric backend (#364)

  • Change metrics prefix to jaeger_tracer and add descriptions (#346)

  • Bump OpenTracing to ^1.1.x (#383)

  • Upgrade jaeger-lib to v2.0.0 (#359)

  • Avoid defer when generating random number (#358)

  • Use a pool of rand.Source to reduce lock contention when creating span ids (#357)

  • Make JAEGER_ENDPOINT take priority over JAEGER_AGENT_XXX (#342)