Releases: solarwinds/appoptics-apm-go
Releases · solarwinds/appoptics-apm-go
v1.16.0
v1.15.0
New Features
- The service key can be set in the user application code instead of an environment variable.
Fixes
- All-zero task ID is now considered invalid.
- Through trace count made more accurate.
- Error reporting KV updates.
License Updates
- License changed to Apache 2.0.
v1.14.0
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)
v1.13.3
v1.13.2
What's new:
- 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
orresource.name
to use this feature, which is equivalent to calling the AO Go SDK'sSpan.SetTransactionName
. (#147)