Skip to content

ekosz/statsex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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

About

A statsd replacement for Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages