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)