본문으로 건너뛰기

Java Agent v2.2.2

2022년 12월 21일

신기능 New

  • aws-mysql-jdbc-1.1.1 추적

  • mariadb-java-client-3.0.3 추적

  • 정규 분포를 활용해 resp90, resp95 응답 시간 메트릭 지표 생성

  • hook_method_ignore_class_patterns 옵션키 추가: hooking하려는 메서드들 중에서 무시할 class 추가

    whatap.conf
    hook_method_ignore_class_patterns=a.b.c.D

업데이트 Change

  • 자바 에이전트 로고에 asm api 버전 표시 추가

  • mariadb-java-client-3.0.9의 ResultSet 추적

  • 자바 에이전트 로고에서 R2 제거

  • 프로세스의 cputime 측정을 system time 기준에서 JVM의 nano time으로 수정

  • hook_method_ignore 항목에 access$ 메서드를 기본 hooking에서 제외

    whatap.conf
    hook_method_ignore=get,set,access$
  • 매시간마다 text reset을 수행할 수 있도록 text_zip_enabled의 기본값을 true로 수정

    whatap.conf
    text_zip_enabled=true
  • tps, 응답시간을 기존 30초 평균에서 5초 평균으로 계산하도록 수정