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
Introduce priorities for transaction name (#748)
Now uses the path as transaction name if use_path_as_transaction_name is set to truerather than ServletClass#doGet. But if a name can be determined from a high level framework, like Spring MVC, that takes precedence.
User-supplied names from the API always take precedence over any others.
Use JSP path name as transaction name as opposed to the generated servlet class name (#751)
Bug Fixes
Some JMS Consumers and Producers are filtered due to class name filtering in instrumentation matching
Jetty: When no display name is set and context path is "/" transaction service names will now correctly fall back to configured values
JDBC's executeBatch is not traced
Drops non-String labels when connected to APM Server < 6.7 to avoid validation errors (#687)
Parsing container ID in cloud foundry garden (#695)
Automatic instrumentation should not override manual results (#752)
Breaking changes
The log correlation feature does not add span.id to the MDC anymore but only trace.id and transaction.id (see #742).