Skip to main content

Java Agent v2.2.45

December 10, 2024

  • New Provided the feature to trace mongodb-4.11.

    whatap.conf
    weaving=mongodb-4.11
  • New Provided the feature to trace mongodb-5.0.

    whatap.conf
    weaving=mongodb-5.0
  • Changed Changed the MongoDB SQL data.

    • Before: ${query} format to collect parameters

      {"find": "employee", "filter": {"_id": "a40b6cc6-e1e6-#b-#ddf-b880e55f25bb"}, "limit": #, "singleBatch": true}
    • After: $database ${query} format with the parameters removed

      test {"find": employee}
  • Changed Separated the MongoDB settings from the weaving=spring-boot-3.2 option.

    The internal operations of the mongodb-driver-core library differ depending on the version, so it has been separated from the spring-boot configuration.

    whatap.conf
    # ex. spring-boot-2.3.0.RELEASE + spring-boot-starter-data-mongodb
    weaving=spring-boot-2.1,mongodb-4.0.3

    # ex. spring-boot-2.5.0 + spring-boot-starter-data-mongodb
    weaving=spring-boot-2.5

    # ex. spring-boot-3.0.0 + spring-boot-starter-data-mongodb
    weaving=spring-boot-3.0

    # ex. spring-boot-3.2.0 + spring-boot-starter-data-mongodb
    weaving=spring-boot-3.2,mongodb-4.11

    # ex. spring-boot-3.3.0 + spring-boot-starter-data-mongodb
    weaving=spring-boot-3.2,mongodb-5.0
Note

Download: Java Agent v2.2.45

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://api.whatap.io/agent/whatap.agent.java.tar.gz