본문으로 건너뛰기

OTEL Agent v0.2.4

2025년 04월 30일

  • Feature HTTP Status 오류 표시

    • HTTP Status code가 400 이상일 경우 오류로 표기하는 설정

      • Key: transaction_status_error_enable
      • Type: bool
      • Default: false
      • 수집 주기: 10초
  • Feature HTTP Status Code 통계 수집

    • 전체 URL의 Status Code별 건수 수집을 위한 설정

      • Key: tx_status_meter_enabled
      • Type: bool
      • Default: true
      • 수집 주기: 10초
    • URL별 Status Code 건수 수집을 위한 설정

      • Key: stat_txstatus_enabled
      • Type: bool
      • Default: true
      • 수집 주기: 5분
  • Feature 분산 추적용 HTTP call 가상 span 정보를 설정해 분석 추적

    • HTTP call span 정보가 없을 때 가상 span 활성화

      • Key: otel_virtual_httpc_enabled
      • Type: bool
      • Default: false
    • HTTP call span 정보가 없을 때 이름 설정

      • Key: otel_virtual_httpc_name
      • Type: string
      • Default: external http call
  • Feature Gateway 정보 수집

    • 게이트웨이 정보 수집 활성화

      • Key: otel_gateway_enabled
      • Type: bool
      • Default: false
      • 수집 항목 및 주기
        • 전체 URL 단위 트랜잭션·게이트웨이·API 호출 경과 시간 수집 주기: 10초
        • URL·Status별 트랜잭션·게이트웨이·API 호출 경과 시간 수집 주기: 5분
    • 지정된 속성(attribute)의 값으로 게이트웨이 경과 시간을 설정

      • Key: otel_attr_tx_gw_time_keys
      • Type: string
      • Default: duration.kong
    • 지정된 속성(attribute)의 값으로 API 호출 경과 시간을 설정

      • Key: otel_attr_tx_api_time_keys
      • Type: string
      • Default: duration.proxy
    • 지정된 속성(attribute)의 값으로 응답시간을 설정

      • Key: otel_replace_tx_resp_time_enabled
      • Type: bool
      • Default: false
      • Key: otel_attr_replace_tx_resp_time_keys
      • Type: string
      • Default: duration.kong
  • Fixed HTTP Method 무시 설정 오류를 수정

    • PATCH, OPTIONS, HEAD, TRACE 메소드는 트랜잭션으로 수집하지 않음
정보

다운로드

OS파일 형식아키텍처다운로드
Red Hat / CentOS / Amazon linuxRPMx86 x64다운로드
aarch64다운로드
Ubuntu 12 and above / DebianDEBamd64다운로드
arm64다운로드
Alpine linuxtar gzipx86 x64다운로드
aarch64다운로드
노트

OpenTelemetry로 수집한 데이터를 와탭 모니터링 서비스에서 확인하는 방법에 대한 자세한 내용은 다음 문서를 참조하세요.