Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 1.63 KB

File metadata and controls

92 lines (50 loc) · 1.63 KB

History

3.4.1 (unreleased)

  • Nothing changed yet.

3.4.0 (2017-03-20)

  • Add adaptive sampler
  • Allow overriding one-span-per-rpc behavior
  • Allow overriding codecs in tracer initialization

3.3.1 (2016-10-14)

  • Replace 0 parentID with None

3.3.0 (2016-10-04)

  • Upgrade to opentracing 1.2 with KV logging.

3.2.0 (2016-09-20)

  • Support debug traces via HTTP header jaeger-debug-id.

3.1.0 (2016-09-06)

  • Report sampling strategy as root span tags sampler.type and sampler.param. In case of probabilistic sampling (most frequently used strategy), the values would be probabilistic and the sampling probability [0 .. 1], respectively.
  • Record host name as jaeger.hostname tag on the first-in-process spans (i.e. root spans and rpc-server spans)
  • Record the version of the Jaeger library as jaeger.version tag

3.0.2 (2016-08-18)

  • Do not create SpanContext from Zipkin span if trace_id is empty/zero

3.0.1 (2016-08-09)

  • Do not publish crossdock module

3.0.0 (2016-08-07)

  • Upgrade to OpenTracing 1.1

2.2.0 (2016-08-02)

  • Implement Zipkin codec for interop with TChannel

2.1.0 (2016-07-19)

  • Allow passing external IOLoop

2.0.0 (2016-07-19)

  • Remove TChannel dependency
  • Remove dependency on opentracing_instrumentation

1.0.1 (2016-07-11)

  • Downgrade TChannel dependency to >= 0.24

1.0.0 (2016-07-10)

  • Initial open source release.