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

Releases: jaegertracing/jaeger-client-go

Release 2.8.0

05 Jul 23:41
Compare
Choose a tag to compare
  • Drop jaeger. prefix from jaeger.hostname process-level tag
  • Add options to set tracer tags

Release 2.7.0

21 Jun 19:19
Compare
Choose a tag to compare
  • Fix rate limiter balance #135 #140
  • Default client to send Jaeger.thrift #147
  • Save baggage in span #153
  • Move reporter.queueLength to the top of the struct to guarantee 64bit alignment #158
  • Support HTTP transport with jaeger.thrift #161

Release 2.6.0

28 Mar 18:08
Compare
Choose a tag to compare
  • Add config option to initialize RPC Metrics feature #129

Release 2.5.0

23 Mar 19:00
Compare
Choose a tag to compare
  • Split request latency metric by success/failure #123
  • Add mutex to adaptive sampler and fix race condition #124
  • Fix rate limiter panic #125

Release 2.4.0

21 Mar 18:05
Compare
Choose a tag to compare
  • Remove _ms suffix from request latency metric name #121
  • Rename all metrics to "request" and "http_request" and use tags for other dimensions #121

Release 2.3.0

20 Mar 16:51
Compare
Choose a tag to compare
  • Make Span type public to allow access to non-std methods for testing #117
  • Add a structured way to extract traces for logging with zap #118

Release 2.2.1

14 Mar 16:50
Compare
Choose a tag to compare
  • Fix panic caused by updating the remote sampler from adaptive sampler to any other sampler type (#111)

2.2.0

10 Mar 21:20
Compare
Choose a tag to compare
  • Introduce Observer and SpanObserver #94
  • Add RPC metrics emitter as Observer/SpanObserver #103

Release 2.1.2

28 Feb 15:41
Compare
Choose a tag to compare
  • Fix leaky bucket bug (#99)
  • Fix zap logger Infof (#100)
  • Add tracer initialization godoc examples

Release 2.1.1

21 Feb 18:20
Compare
Choose a tag to compare
  • Fix inefficient usage of zap.Logger