Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 502 Bytes

StatsEx - A statsd replacement for Elixir

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.

Configuration

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