activenode-monitor

0.0.4 • Public • Published

Activenode-monitor

A simple way to instrument your Express based Node.js application. To start instrumenting. you need to install the module and do the following

  var monitor = require('activenode-monitor');
  var app = express.createServer();
  app.use(monitor.requestTracker);

That's it Now you can head over to the app to see your status. Currently we run on a 5M redistogo redis instance as the datastore. The redis configuration is not configurable at this moment.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i activenode-monitor

    Weekly Downloads

    0

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • sreeix