Skip to main content

Node.js Agent v0.5.4

Not translated
This page is currently being translated. We will complete the translation as soon as possible.

2024년 11월 13일

  • New 애플리케이션 성능 및 네트워크 오류 모니터링 위한 에이전트 옵션 추가

    • profile_error_httpc_time_max Number

      기본값 10000

      HTTPC 수행 시간이 지정된 값을 초과할 경우 TOO SLOW 에러로 처리합니다. 0으로 설정하면 에러 처리를 하지 않습니다.

    • profile_error_sql_time_max Number

      기본값 30000

      SQL 수행 시간이 설정한 값을 초과하면 TOO SLOW 에러로 처리합니다. 0으로 설정하는 경우 에러 처리를 하지 않습니다.

    • profile_error_sql_fetch_max Number

      기본값 10000

      SQL 결과 건수가 설정한 값을 초과하면 TOO MANY RECORDS 에러로 처리합니다. 0으로 설정하는 경우 에러 처리를 하지 않습니다.

    • ignore_http_lost_connection Boolean

      기본값 false

      true로 설정할 경우 Lost connection 오류를 수집하지 않습니다.

Info

NPM 방식 패키지 정보: https://www.npmjs.com/package/whatap

  • 설치 및 적용 방법

    npm install whatap
Info

로컬 설치 파일 방식 다운로드 정보: Node.js Agent v0.5.4

  1. zip 파일 압축 해제

    unzip whatap.agent.nodejs.0.5.4.zip -d /path/to/app_directory
  2. whatap 및 의존성 패키지 설치

    cd /path/to/app_directory 
    npm install crypto-1.0.1.tgz df-1.1.1.tgz long-3.2.0.tgz pidusage-1.1.0.tgz whatap-0.5.4.tgz