Skip to content

bulgr0z/riak-statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Original author

https://github.com/jjmalina/riak-statsd

riak-statsd

Just a little program that polls the riak http stats endpoint every 60s and sends the data to statsd. Nothing fancy.

Why Go? Because it compiles to a binary :)

usage

  • -nodename="riak": Riak node name
  • -riak_host="127.0.0.1": Riak host
  • -riak_http_port=8098: Riak HTTP port
  • -statsd_host="127.0.0.1": Statsd host
  • -statsd_port=8125: Statsd port
  • -statsd_prefix="my.prefix": prefix to prepend to Riak's tags
  • -statsd_interval=60: Stats collection interval in seconds (0 to disable, eg. to use in a cron job)

About

Poll riak stats and send off to statsd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%