-
Notifications
You must be signed in to change notification settings - Fork 56
Home
Jakub Holy edited this page Dec 21, 2016
·
4 revisions
Welcome to the metrics wiki!
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.)
See the package metrics-influxdb that can report metrics' data to InfluxDB.