statsd/examples
Suvash Thapaliya eca4f06a52 Adds sets for Ruby example + Whitespace cleanup 2012-11-22 22:55:49 +01:00
..
Etsy fix data sampling 2012-05-18 13:34:45 -04:00
README.md Fix typo in examples/README.md. 2012-09-26 14:55:18 +01:00
StatsdClient.java Removing trailing whitespace from Java example client. 2012-08-03 00:21:20 -04:00
csharp_example.cs Improved the quality of randomness used for sampling. 2012-07-31 13:01:39 -07:00
perl-example.pl Merge pull request #57 from sanberg/master - thanks Steve! 2012-02-11 12:47:30 -05:00
php-example.php Merge branch 'php-gauges-and-sets' of https://github.com/stevenscg/statsd 2012-10-19 22:46:22 -04:00
python_example.py Update examples/python_example.py 2012-11-12 09:42:47 -07:00
ruby_example.rb fix typo in ruby example 2012-05-02 11:56:17 -03:00
ruby_example2.rb Adds sets for Ruby example + Whitespace cleanup 2012-11-22 22:55:49 +01:00
statsd-client.sh Merge branch 'master' of https://github.com/Dieterbe/statsd 2012-09-29 01:09:17 -04:00
statsd.erl Added gauge support to the example Erlang client. 2012-04-12 22:22:28 -04:00
statsd.go Fixing small typo in golang example. 2012-07-29 07:34:43 -07:00

README.md

StatsD Example Clients

Here's a bunch of example code contributed by the community 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
statsd-client.sh  - Bash

Third Party StatsD Libraries

Client libraries have been written for various languages, and are listed on the Wiki.

Thankyou to all the contributors!