Skip to content

RealGeeks/beanstalk-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beanstalk-statsd

Send beanstalk stats to StatsD

$ beanstalk-statsd -h
Usage of beanstalk-statsd:
-beanstalkd="127.0.0.1:11300": Beanstalkd address
-period=1s: How often to send stats. Ex.: 1s (second), 2m (minutes), 400ms (milliseconds)
-prefix="beanstalk": StatsD prefix for all stats
-statsd="127.0.0.1:8125": StatsD server address
-tubes="*": Comma separated list of tubes to watch. Use * to watch all
-v=1: Output verbosity level. Use 0 (quiet), 1 or 2
-version=false: Show version and exit

Install

Just download one of our binaries

Running in docker

docker run -e BEANSTALK_HOST=foo BEANSTALK_PORT=1234 STATSD_HOST=whatever realgeeks/beanstalk-statsd

Development

First update the Version constant then build the binaries with goxc

make