You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
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)
Added support for setting transaction names via OpenTracing. This allows you to better control the names you see on the Service Transactions page and used in request metrics, latency percentiles, etc. Set the tag TransactionName or resource.name to use this feature, which is equivalent to calling the AO Go SDK's Span.SetTransactionName. (#147)