Skip to content
Jakub Holy edited this page Dec 21, 2016 · 4 revisions

Welcome to the metrics wiki!

Reporting

The currently recommended way of reporting the metrics to an external system (e.g. Graphite) is to expose the reporting/server.js and have a Cron job regularly fetch the metrics and push them to your backend of choice.

Update: There is now also ScheduledReporter, a superclass of reporters that push data to various backends - see f.ex. the GraphiteReporter. (More details in #29.)

InfluxDB

See the package metrics-influxdb that can report metrics' data to InfluxDB.

Clone this wiki locally