statsd/examples
Daniel Schauenberg b0e0375cbe fix typo in ruby example 2012-05-02 11:56:17 -03:00
..
Etsy Pod fix 2012-03-28 23:38:22 +03:00
README.md restore thankyou message to readme -oops 2012-02-11 13:07:51 -05:00
StatsdClient.java Merge branch that uses java.nio 2012-02-15 23:50:03 +01:00
csharp_example.cs Added Support for Gauges to C# Example Client 2012-04-17 15:58:06 +03:00
perl-example.pl Merge pull request #57 from sanberg/master - thanks Steve! 2012-02-11 12:47:30 -05:00
php-example.php cleanup - move all example clients to examples directory 2012-02-11 12:09:28 -05:00
python_example.py cleanup - move all example clients to examples directory 2012-02-11 12:09:28 -05:00
ruby_example.rb fix typo in ruby example 2012-05-02 11:56:17 -03:00
ruby_example2.rb Add gauges method to ruby example. 2012-04-28 13:46:40 +03:00
statsd.erl Added gauge support to the example Erlang client. 2012-04-12 22:22:28 -04:00
statsd.go Implemented sampling based on sampleRate. 2012-04-07 10:42:55 -07:00

README.md

StatsD Example Clients

Here's a bunch of example code contributed by the communinty for interfacing with statsd in a variety of languages.

Etsy/StatsD.pm    - perl module
perl-example.pl   - perl using Etsy/StatsD module
StatsdClient.java - JAVA
csharp_example.cs - C#
php-example.php   - PHP
python_example.py - Python
ruby_example.rb   - Ruby
statsd.erl        - Erlang

Third Party StatsD Libraries

PERL: Net::StatsD

Thankyou to all the contributors!