v1.13.4
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)