A statsd backend to send metrics to StatHat
npm install statsd statsd-stathat-backend
- set up your statsConfig.js using the example below
node_modules/.bin/statsd statsdConfig.js
{
stathat: {
ez_key: '<get_it_from_stathat>',
max_attempts: 5,
retry_delay: 1000
},
port: 8125,
backends: ["../statsd-stathat-backend/lib/statsd-stathat"]
}
- 0.0.1 Initial release