Skip to content

digitalnatives/statsex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Compiling and Running

After the usual mix deps.get, mix compile and mix test, you can run the server with mix server

About

A statsd replacement for Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%