APM Java Agent Version 1.12 Available
- Services: Application Performance Monitoring
- Release Date: January 17, 2024
APM Java agent version 1.12 is available with the following new features:
- Support for additional HTTP Clients:
- JDK 11+ HTTP Client (java.net.http.HttpClient).
- OkHttpClient 2.0+.
- Spring Web Client 5.0+.
- Oracle FMW ESS (Enterprise Scheduler Service) Java jobs monitoring.
- Status monitoring for Weblogic Nodemanager.
- Advanced configuration option to capture the HttpServletRequest username as a dimension. For details, see Modify or Disable Default Probe Settings.
- Extend the abridge thresholding configuration to all probe types. For details, see Abridged Traces.
- Custom probe enhancement to support static APIs. For information, see Advanced Variables for Custom Probing.
- Starting with APM Java agent version 1.12, there is a simplified operation of naming convention for Servlet, HttpClient and OSB probes. The Java agent will no longer mask the
Hex ID
andnumbers
when generating the name used as theOperationName
dimension value. To keep the behavior prior to version 1.12, add the# HexID
andnumbers
rule back to the relevantreplace_all_patterns
sections in ProbeConfig.acml file. For details, see Modify or Disable Default Probe Settings.