Skip to content

wil/erlstatsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlstatsd

erlstatsd is a client implementation of Etsy's brilliant statsd server -- a front end/proxy for the Graphite stats collection and graphing server.

Usage

Build it

$ ./rebar compile

Run it

$ erl -pa ebin
1> application:start(erlstatsd).
ok
2> erlstatsd:increment("test.foo.bar", 1, 0.05).
ok
3> erlstatsd:timing("test.foo.proctime", 51, 0.5).
ok

Credits

This README file was shamelessly ripped from Steve Ivy's pystatsd project.

Thanks to Louis-Philippe Gauthier for refactoring and sample rate support!

About

Erlang client for StatsD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages