본문으로 건너뛰기

Java Agent v2.2.31

2024년 04월 03일

  • Feature spring-boot-2.7.x에서 kafka-batch 추적

    whatap.conf
    weaving=spring-boot-2.7
  • Feature JDBC 드라이버에서 SqlException 발생 시 추적 여부 설정 옵션 추가

    옵션 값을 false로 설정하면 사용자 정의 예외 처리로 biz_exceptions 처리할 수 있습니다.

    whatap.conf
    # default: true
    trace_sql_exception_enabled=true
  • Feature URL + HTTP method 설정 옵션 추가

    • 예시, /api/user+GET, /api/user+POST
    • 통계 또는 트랜잭션 검색 메뉴에서 URL+method로 확인 가능
    • 통계 데이터에서 URL을 변경한 URL+method로 수집
    whatap.conf
    # default: false
    trace_tx_name_with_method_enabled=false
  • Feature oshi-core-6.1.6으로 업데이트

  • Feature 자바 에이전트에서 netstat 지표 수집, Maximum Transmission Unit(MTU) 지표 추가

    whatap.conf
    # default: false
    oshi_enabled=false

    # default: false
    oshi_netstat_enabled=false
  • Changed trace_basetime 또는 profile_basetime 옵션과 무관하게 에러가 있는 상세 트레이스를 기본 수집하도록 수정

    whatap.conf
    # default: false -> true
    trace_concern_error_enabled=true
  • Changed oshi 배포 디렉토리를 lib4에서 lib5로 업데이트

  • Fixed oshi, sigar 라이브러리 적용 시 에이전트 로그 오타 수정

노트

다운로드: Java Agent v2.2.31

Java 에이전트를 처음 설치하는 경우 다음 명령어를 이용해 패키지를 먼저 설치하세요. 에이전트 설치에 대한 자세한 내용은 다음 문서를 참조하세요.

wget https://service.whatap.io/agent/whatap.agent.java.tar.gz