Skip to main content

Node.js Agent v0.4.86

January 4, 2024

  • Feature Added the agent options

    • httpc_status_ignore String

      Default Empty

      Set the HTTPC_ERROR codes to ignore. For multiple values, use comma (,) as the delimiter.

      whatap.conf
      httpc_status_ignore=404,500
    • httpc_status_ignore_set String

      Default Empty

      whatap.error.HTTPC_ERROR is ignored. For multiple values, use comma (,) as the delimiter.

      Note

      Set it as httpc_status_ignore_set=/a/b/c:400,/a/ab/c:404. In Statistics/Error Analysis, enter the value for HTTPC_URL.

  • Fixed Fixed the issue where the MariaDB monitoring does not work.

  • Fixed Fixed the SQL (MySQL, SQL Server) connection information output error.

Info