Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 888 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 888 Bytes

This is the library of clients for both Etsy-standard StatsD and AppFirst-extended StatsD+

StatsD Example Clients

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

ruby/ruby_example.rb     - Ruby
erlang/statsd.erl        - Erlang
perl/Etsy/StatsD.pm      - Perl module
perl/perl-example.pl     - Perl using Etsy/StatsD module
php/php-example.php      - PHP
java/                    - Java with AppFirst Extension
python/                  - Python with AppFirst extension
csharp/                  - C#.NET with AppFirst extension

Third Party StatsD Libraries

PERL: Net::StatsD

Thanks Etsy for the brilliant idea. (We should also credit yahoo as Etsy was inspired heavily from Yahoo)