Skip to main content

Node.js Agent v0.5.4

November 13, 2024

  • New Added the agent option for monitoring the application performance and network errors.

    • profile_error_httpc_time_max Number

      Default 10000

      If the HTTPC execution time exceeds the specified value, it is treated as the TOO SLOW error. If it is set to 0, error handling is not performed.

    • profile_error_sql_time_max Number

      Default 30000

      If the SQL execution time exceeds the specified value, it is treated as the TOO SLOW error.If it is set to 0`, it is not treated as an error.

    • profile_error_sql_fetch_max Number

      Default 10000

      If the number of SQL results exceeds the specified value, it is treated as the TOO MANY RECORDS error. If it is set to 0`, it is not treated as an error.

    • ignore_http_lost_connection Boolean

      Default false

      If it is set to true, Lost connection errors are not collected.

Info

NPM method Package Info: https://www.npmjs.com/package/whatap

  • Installation and application methods

    npm install whatap
Info

Local installation method Download Info: Node.js Agent v0.5.4

  1. Unzipping the zip file

    unzip whatap.agent.nodejs.0.5.4.zip -d /path/to/app_directory
  2. Installing WhaTap and its dependency package

    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