Slide 13
Slide 13 text
www.easybib.com @klimpong
{
port: statsd_port,
mgmt_address: '127.0.0.1',
backends: ['statsd-librato-backend'],
librato: {
email: 'email_on_librato',
token: 'librato_token',
source: 'where_metrics_are_coming_from'
}
}
/statsd/configure
13
Thursday, November 8, 12
Watch me type!
The minimum is email and token.
port: port of the statsd process
librato.email/.token: credentials from librato
librato.source: e.g. your cluster (application, whatever)