request-metrics-js
v1.0.0
Published
Library that collect metrics from HTTP(s) requests made by the request module.
Downloads
458
Readme
request-metrics
This Node.js module provides an easy way to get metrics from HTTP(S) requests performed
by the request
module
Usage
Basic usage is to require the module and call it, passing in the object
returned by require('request')
:
var request = require('request');
require('request-metrics-js')(request);