본문으로 건너뛰기

Java Agent v2.2.8

2023년 6월 9일

신기능 New

  • io.asyncer 추적 (r2dbc-mysql 오픈소스 드라이버)

    • spring-boot-2.7.x옵션, spring-boot-3.x 옵션에 포함

      whatap.conf
      # spring-boot-2.7 이상인 경우
      weaving=tomcat9,spring-boot-2.7.x

      # spring-boot-3.0 이상인 경우
      weaving=tomcat10,spring-boot-3.x
    • spring-boot-2.7.x

      • io.asyncer:r2dbc-mysql-0.9.3
    • spring-boot-3.x

      • io.asyncer:r2dbc-mysql-1.0.2

업데이트 Change

  • spring-boot-3.x 비동기 추적 시 옵션 수정

    기본값 false에서 true로 수정

    whatap.conf
    # 기본값
    springboot_tomcat10_enabled=true