Skip to main content

Java Agent v2.2.11

July 10, 2023

  • New Tracing the mongodb-reactive

    Tracing the mongodb-3.8.2, mongodb-4.0.3, mongodb-4.4, and mongodb-4.8

    whatap.conf
    # Application example (duplicate application not allowed)
    weaving=mongodb-3.8.2
  • Change Modified to register multiple prefixes with comma (,) as the delimiter for the trace_ignore_url_prefix setting.

    whatap.conf
    # Applied example
    trace_ignore_url_prefix=/api,/sample
  • Change Automated the weaving sub options (restart option).

    • weaving=spring-boot-2.5

      Automatic tracing for tomcat9 and mongodb-4.0.3

      whatap.conf
      # Untracing (restarting required)
      weaving_mongodb4_0_3_enabled=false
      weaving_tomcat9_enabled=false
    • weaving=spring-boot-2.7

      Automatic tracing for tomcat9 and mongodb-4.4.

      whatap.conf
      # Untracing (restarting required)
      weaving_mongodb4_4_enabled=false
      weaving_tomcat9_enabled=false
    • weaving=spring-boot-3.0

      Automatic tracing for tomcat10 and mongodb-4.8.

      whatap.conf
      # Untracing (restarting required)
      weaving_mongodb4_4_enabled=false
      weaving_tomcat10_enabled=false