Versions Compared

Key

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

Table of Contents

Widget Connector
urlhttps://www.youtube.com/watch?v=BIERrXzbiNM

Overview

The client for "SPM for MongoDB" is an open-source mongodb monitoring agent that collects MongoDB metrics and sends them to SPM. It is available as npm package (see Installation & Configuration section below).

...

If you switch the node.js version (e.g. from 0.12 to 4.x), the spm-agent-mongodb package will need to be installed again (due to the fact that included native modules may change from version to version).   After the version change please run a fresh "npm install" if you added spm-agent-mongodb to the dependencies in your package.json - or at the very least run installation "npm i spm-agent-mongodb -g" 

...