本文へスキップ

Java Agent v2.2.7

2023年6月5日

新機能 New

  • spring-boot追跡

    • "@Async"追跡

      whatap.conf
      # spring-boot-2.7以降の場合
      weaving=tomcat9,spring-boot-2.7.x

      # spring-boot-3.0以降の場合
      weaving=tomcat10,spring-boot-3.x
      springboot_tomcat10_enabled=true
  • netflix-zuul追跡

    • zuul連携追跡
      whatap.conf
      # zuul
      weaving=zuul
  • redis追跡

    • lettuce-core-5.1追跡
      whatap.conf
      # redis: lettuce-core-5.1
      weaving=lettuce-5.1
  • reactor-kafka追跡

    • reactor-kafka-1.x追跡

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