Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents


Overview

The client for "SPM for Node.js" is an open-source node.js monitoring agent that collects node.js processes' metrics and sends them to SPM. It is available as npm package that can be added to the JavaScript source code like any other node.js module (see Installation & Configuration section below)

The following metrics are collected and sent to SPM:

...

Installation and Configuration

  1. Create an SPM App of type "Node.js" in SPM 
  2. Click the "Install Monitor" button and follow the customized instructions for the created SPM App (basically how to install the NPM package, configure the SPM App Token, and add require statement to your source code to load 'spm-agent-nodejs')

Troubleshooting and "How To"

...

If you are not seeing some or all node.js metrics, you can send the create a "diagnostics dump" to Sematext Supportand contact us via chat or email. To create the diagnostics dump just run the following in your application directory:

...