Skip to main content

Java Agent v2.2.7

June 5, 2023

New Feature New

  • Tracing the spring-boot

    • Tracing "@Async"

      whatap.conf
      # In case of spring-boot-2.7 or later
      weaving=tomcat9,spring-boot-2.7.x

      # In case of spring-boot-3.0 or later
      weaving=tomcat10,spring-boot-3.x
      springboot_tomcat10_enabled=true
  • Tracing the netflix-zuul

    • Zuul-based tracing
      whatap.conf
      # zuul
      weaving=zuul
  • Tracing the redis

    • Tracing the lettuce-core-5.1
      whatap.conf
      # redis: lettuce-core-5.1
      weaving=lettuce-5.1
  • Tracing the reactor-kafka

    • Tracing the reactor-kafka-1.x

      whatap.conf
      # kafka: reactor-kafka-1.x
      weaving=reactor-kafka-1.x