Skip to content

v1.13.4

Compare
Choose a tag to compare
@cce cce released this 28 Aug 13:07
· 157 commits to master since this release
ab656d2

What's new:

  • Improved OpenTracing support to add HTTP status and method tags for APM service metrics such as request throughput, latency, aggregated histograms for percentiles, and error count. This builds on the previous release which added tagging by transaction names. Service metrics and latency percentiles are aggregated across 100% of requests, not just those sampled for tracing. (#153)
  • New multitracer contrib package provides the ability to use two OpenTracing tracers simultaneously. Baggage propagation is not supported. (#151)