Socket
Socket
Sign inDemoInstall

metricador-express-middleware

Package Overview
Dependencies
67
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    metricador-express-middleware

Metricador middleware for Express


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
1.95 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 07 Feb 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc