Skip to main content

Java Agent v2.2.20

October 19, 2023

  • Feature apache-camel-seda-2.22 tracing

    whatap.conf
    weaving=camel-seda-2.22

    # default: false
    trace_camel_header_enabled=false
  • Feature apache-camel-seda-3.2 tracing

    whatap.conf
    weaving=camel-seda-3.2

    # default: false
    trace_camel_header_enabled=false
  • Feature Added the biz_exceptions_status option

    whatap.conf
    biz_exceptions_status=java.util.concurrent.TimeoutException:400&404&408,java.lang.Exception:200

    If this option is applied, the hitmap info appears in blue and the error statistics is added.

  • Feature MongoDB synching method tracing (mongodb-3.8.2, mongodb-4.0.3, mongodb-4.4, mongodb-4.8)

    whatap.conf
    # example
    weaving=mongodb-4.0.3

    # spring-boot-3.x user
    # spring-boot-3.x: mongodb-4.8
    weaving=spring-boot-3.0

    # spring-boot-2.7.x user
    # spring-boot-2.7.x: mongodb-4.4
    weaving=spring-boot-2.7

    # spring-boot-2.5.x user
    # spring-boot-2.5.x: mongodb-4.0.3
    weaving=spring-boot-2.5
  • Changed Collects biz_exceptions errors into the error statistics.

  • Fixed Fixed the SQL parsing error.

  • Deprecated Stopped collecting Jedis, Tomcat, and JMX metrics (java_jedis, perfx_jmx_interval, perfx_tomcat_enabled).

    whatap.conf
    # deprecated
    perfx_jedis_enabled=false
    perfx_jmx_enabled=false
    perfx_tomcat_enabled=false