StatsEx is a drop in replacement for StatsD. It responds to subset of the StatsD API, and periodically flushes the data it collects to Graphite.
StatsEx uses these application variables
- udp_port: The port that StatsEx listens to - defaults to 8888
- graphite_host: The host address of the graphite server - defaults to localhost
- graphite_port: The port of the graphite server - defaults to 2003
After the usual mix deps.get
, mix compile
and mix test
, you can run the server with mix server