Socket
Book a DemoInstallSign in
Socket

metricador-express-middleware

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metricador-express-middleware

Metricador middleware for Express

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Metricador Express middleware

A simple middleware for the Express framework that is backed by the Metricador library. This middleware enables you to add response time monitoring to an Express Node.js app within minutes, and to be able to plot the resulting data to a supported metric database. At the moment Graphite and Zabbix are supported. If you don't have a supported backend you can visualize the data from the console log with no extra configuration.

How to use it

var metricador_middleware = require('metricador-express-middleware');

var app = express();

app.use(metricador_middleware({namespace: 'your-own-namespace'}));

License

MIT

Keywords

metricador

FAQs

Package last updated on 07 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts