Skip to main content

Java Agent v2.2.31

April 3, 2024

  • Feature Traced kafka-batch in spring-boot-2.7.x.

    whatap.conf
    weaving=spring-boot-2.7
  • Feature Added the option to set whether or not to trace when SqlException occurs in the JDBC driver.

    By setting the option value to false, you can perform biz_exceptions as custom exception handling.

    whatap.conf
    # default: true
    trace_sql_exception_enabled=true
  • Feature Added the URL + HTTP method setting option.

    • e.g. /api/user+GET, /api/user+POST
    • In Statistics or Transaction Search, you can check with URL+method.
    • It collects data with URL+method with URL changed in the statistical data.
    whatap.conf
    # default: false
    trace_tx_name_with_method_enabled=false
  • Feature Update is performed with oshi-core-6.1.6.

  • Feature Added the feature to collect the netstat metric in the Java agent and added the Maximum Transmission Unit (MTU) metric.

    whatap.conf
    # default: false
    oshi_enabled=false

    # default: false
    oshi_netstat_enabled=false
  • Changed Modified to collect detailed traces with errors by default regardless of the trace_basetime or profile_basetime option.

    whatap.conf
    # default: false -> true
    trace_concern_error_enabled=true
  • Changed Updated the oshi release directory from lib4 to lib5.

  • Fixed Fixed the agent log typo when applying the oshi and sigar libraries.

Note

Download: Java Agent v2.2.31

To install the Java agent for the first time, install the package first using the following command. For more information about agent installation, see the following.

wget https://service.whatap.io/agent/whatap.agent.java.tar.gz