Skip to content

Release v0.4.3

Compare
Choose a tag to compare
@basvanbeek basvanbeek released this 31 Aug 08:45
· 15 commits to master since this release
d2877fb

This release improves the OpenTracing propagation handling and propagation test coverage.

Supported and tested are now the following propagation carriers:

  • opentracing.HTTPHeadersCarrier
  • opentracing.TextMapCarrier
  • zipkin.Injector (for native Zipkin injection methods)
  • zipkin.Extractor (for native Zipkin extraction methods)
  • zipkin-go-opentracing DelegatingCarrier (for custom propagation)