Skip to main content

Java Agent v2.2.18

September 26, 2023

  • Feature By setting the super of HttpServlet, the function to start an HTTP service has been added in the class that inherits the class. You can use comma (,) as the delimiter.

    whatap.conf
    # example, separator ','
    hook_httpservlet_supers=javax.servlet.http.HttpServlet
  • Feature db2-11.5 tracing

    whatap.conf
    weaving=db2-11.5
  • Feature Oracle database trace settings have been added. Restarting is required after applying the option. The default value is true.

    whatap.conf
    # Default: true
    # Will require a restart of the agent to take effect.
    hook_oracle_enabled=true
  • Changed During lettuce-5.1 tracing, modified to display key values for the collection SQL.

  • Fixed Modified to delete logs generated when collecting container IDs.

  • Fixed Fixed the issue where SQL statements do not appear while tracing the Redis lettuce driver (lettuce-5.1, lettuce-6.2).

  • Deprecated While tracing HTTP services, excluded the org.apache.catalina.filters.FilterBase class from the default tracing.