Skip to main content

Node.js Agent v0.5.1

August 28, 2024

  • New Added the agent option to create the agent name (ONAME) by adding the port number (e.g. NODE-14-103-3000).

    oname_port_postfix_enabled Boolean Default false

  • New Added the agent option for log monitoring.

    • logsink_enabled Boolean

      Default false

      Set whether or not to enable the log monitoring.

    • logsink_trace_txid_enabled Boolean

      Default true

      Set whether or not to expose the log tab of the transaction trace by inserting the transaction ID into the logs.

    • logsink_limit_content_enabled Boolean

      Default true

      Set whether or not to limit the maximum size for log messages.

    • logsink_limit_content_length Number

      Default 10,000

      Set the maximum length of the log message. This value is applied only when the logsink_limit_content_enabled option is set to true.

  • Fixed Modified to output an error message when an exception occurs while monitoring the fetch function in the global package.

Info