This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Java Agent version 0.8.x
editJava Agent version 0.8.x
edit0.8.0
editBreaking changes
edit-
Wildcard patterns are case insensitive by default. Prepend
(?-i)
to make the matching case sensitive.
Features
edit-
Wildcard patterns are now not limited to only one wildcard in the middle and can be arbitrarily complex now.
Example:
*foo*bar*baz
. -
Support for JAX-RS annotations.
Transactions are named based on your resources (
ResourceClass#resourceMethod
).