statsd/examples
Bartosz Cisek 132c59357e partable bash shebang 2015-09-25 15:40:48 +02:00
..
Etsy sync up with CPAN version - use send instead of print to avoid weird buffering issue 2013-07-17 16:02:58 -04:00
go IncrementByValue method added 2015-06-22 00:51:07 +03:00
README.md Julia statsd client implementation 2014-02-26 12:03:17 -08:00
StatsD.scala Adding Scala Example 2013-03-14 10:51:36 -04:00
StatsdClient.java Update StatsdClient.java 2015-07-01 17:26:04 -07:00
StatsdClient.jl Julia statsd client implementation 2014-02-26 12:03:17 -08: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 examples: python: added efficiency note 2013-12-31 02:36:10 -08:00
ruby_example.rb Explicitly close UDP sockets in Ruby examples 2015-06-22 12:43:41 +01:00
ruby_example2.rb Explicitly close UDP sockets in Ruby examples 2015-06-22 12:43:41 +01:00
statsd-client.sh partable bash shebang 2015-09-25 15:40:48 +02:00
statsd.clj add clojure client to examples 2013-09-22 20:34:30 -04:00
statsd.erl Added gauge support to the example Erlang client. 2012-04-12 22:22:28 -04: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
StatsD.scala      - Scala
statsd.go         - Go
StatsdClient.jl   - Julia

Third Party StatsD Libraries

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

Thankyou to all the contributors!