metrics-statsmix

0.0.2 • Public • Published

Metrics StatsMix Reporter

A Metrics.js reporter for the StatsMix service that's eg. available as a Heroku addon.

Example

Basic usage with the free addon on Heroku is:

var statsmixClient = new statsmix.Client();
statsmixClient.addMetric('Foo metric', fooCounterMetric, { track : true });

Known issues

  • Default period of reporting stats to StatsMix is based on a single working doing 25 000 requests in a month - multiple workers will have to be adjusted so that the total amount doesn't go above that - something that could be done in multiple ways.

Readme

Keywords

none

Package Sidebar

Install

npm i metrics-statsmix

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • voxpelli