본문으로 건너뛰기

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