APM Java Agent and Tracer Version 1.11 are Now Available
- Services: Application Performance Monitoring
- Release Date: August 17, 2023
APM Java Agent and Tracer version 1.11 are available with the following new features:
- Support for additional application server versions. APM now supports monitoring the following application server versions: Tomcat 10, TomEE 9, JBoss 8, Wildfly 27-28 & Jetty 10-11.
- Jakarta support: J2EE technologies based on Jakarta package APIs are now monitored.
- JAX RS client libraries: Support for monitoring Apache CXF, RestEasy and Jersey.
- AsyncServlet support: Asynchronous Servlet calls are now also monitored and correlated to downstream calls.
- Capture SOA subcomponent information: When SOA spans are generated, the subcomponent that generated the span is now captured as a span dimension called
Subcomponent
. For information, see About Trace and Span Attributes. - The automatic username capture behavior has changed. All usernames will be hashed to meet PII requirements in some regions. To capture the username in plain text, add
track_plain_username: true
to theProbeConfig.acml
file. - New Oracle E-Business Suite dimensions: E-Business Suite information is now capture using new dimensions available. For details, see Oracle E-Business Suite Dimensions in Available Metrics: oracle_apm_monitoring for APM Java Agent.
- JDBC span names now consist of the SQL operation (such as select, insert, update, or delete) and the db identifier (e.g., myhost.com:1521/orcl). The SQL text is still available from the
DbStatement
dimension. - Agent-Cloud connection diagnostics: You can now use AgentConnect to diagnose connectivity issues between the APM Agent and its associated upload cloud endpoint. For information, see Check network connectivity using AgentConnect.