본문으로 건너뛰기

Java Agent v2.2.81

2026년 9월 4일

  • Feature 데이터베이스 커넥션 풀의 max 설정값 수집

    • HikariCP, DBCP2, DBCP, Tomcat, C3P0, Druid, JBoss 지원
  • Fixed 일부 환경에서 db_pool_detail의 act, idle이 0으로 수집되던 문제 수정

  • Fixed 스레드풀 사용량이 항상 0으로 수집되던 문제 수정

    • 스레드풀 최대 수도 함께 수집
    # whatap.conf
    # collect thread pool metrics (default: false)
    jmx_threadpool_enabled=true
    • Spring Boot 내장 Tomcat은 스레드풀 MBean이 기본 등록되지 않아 설정 추가 필요
    # application.properties (Spring Boot embedded Tomcat only)
    server.tomcat.mbeanregistry.enabled=true
    # application.yml (Spring Boot embedded Tomcat only)
    server:
    tomcat:
    mbeanregistry:
    enabled: true
  • Feature Lettuce 7.x 추적 지원

    • lettuce-core 7.x에서 Redis 스텝이 수집되지 않거나 reactive 명령에서 오류가 발생하던 문제 해소
    # requires restart
    # lettuce-core 5.x -> lettuce-5.1
    # lettuce-core 6.x -> lettuce-6.2
    # lettuce-core 7.0 or later -> lettuce-7.0
    weaving=lettuce-7.0
  • Fixed Spring 컨트롤러의 URL 템플릿이 스캔되지 않아 동적 URL이 정규화되지 않던 문제 수정

  • Fixed 재시작 직후 약 3분간 동적 URL이 정규화되지 않던 문제 수정

    • 재빌드 간격(10초) 안에 발생한 URL 정규화 설정 변경이 유실되던 문제도 해소
노트

다운로드: Java Agent v2.2.81

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

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