2.0.0 • Published 5 months ago

atatus-nodejs v2.0.0

Weekly downloads
620
License
-
Repository
-
Last release
5 months ago

Atatus Node.js APM Agent

Atatus Node.js APM agent allows you to monitor your Node.js application performance and captures errors in real-time.

Create a free account to start monitoring your Node.js apps.

Installation & Setup

Install atatus-nodejs using npm:

npm install --save atatus-nodejs

Require atatus-nodejs in your node.js app:

var atatus = require("atatus-nodejs");

Start the Atatus agent with your License key and app name:

atatus.start({ licenseKey: "YOUR_APM_LICENSE_KEY", appName: 'Node.js Backend' });

Documentation