https://github.com/jjmalina/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 :)
- -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)