yaorg / node-measured

A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries

Home Page:https://yaorg.github.io/node-measured/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Measured

Node libraries for measuring and reporting application-level metrics.

Measured is heavily inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries

Build Status Coverage Status

Available packages

The core measured library that has the Metric interfaces and implementations.

npm downloads

The registry and reporting library that has the classes needed to create a dimension aware, self reporting metrics registry.

npm downloads

Various metrics generators and http framework middlewares that can be used with a self reporting metrics registry to easily instrument metrics for a node app.

npm downloads

A reporter that can be used with measured-reporting to send metrics to SignalFx.

npm downloads

Measured Datadog reporter

Not implemented, community contribution wanted.

Measured Graphite reporter

Not implemented, community contribution wanted.

Development and Contributing

See Development and Contributing

License

This project Measured and all of its modules are licensed under the MIT license.

About

A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries

https://yaorg.github.io/node-measured/

License:MIT License


Languages

Language:JavaScript 97.0%Language:Shell 3.0%