Skip to content

jcoene/statsd-librato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatsD Server for Librato

Build Status

This is an implementation of Etsy's StatsD written in Go that submits data to Librato Metrics.

Usage

Usage of statsd:
  -address="0.0.0.0:8125": udp listen address
  -debug=false: enable logging of inputs and submissions
  -flush=60: interval at which data is sent to librato (in seconds)
  -percentiles="": comma separated list of percentiles to calculate for timers (eg. "95,99.5")
  -source="": librato api source (LIBRATO_SOURCE)
  -token="": librato api token (LIBRATO_TOKEN)
  -user="": librato api username (LIBRATO_USER)

Credits

This was forked from jbuchbinder/statsd-go and altered to provide support for Librato as a submission backend.

License

MIT License, see LICENSE for details.