UNPKG

788 BMarkdownView Raw
1StatsD Example Clients
2======================
3
4Here's a bunch of example code contributed by the community for interfacing with statsd in a variety of languages.
5
6 Etsy/StatsD.pm - perl module
7 perl-example.pl - perl using Etsy/StatsD module
8 StatsdClient.java - JAVA
9 csharp_example.cs - C#
10 php-example.php - PHP
11 python_example.py - Python
12 ruby_example.rb - Ruby
13 statsd.erl - Erlang
14 statsd-client.sh - Bash
15 StatsD.scala - Scala
16 statsd.go - Go
17 StatsdClient.jl - Julia
18
19Third Party StatsD Libraries
20============================
21
22Client libraries have been written for various languages, and are listed on the [Wiki](https://github.com/etsy/statsd/wiki).
23
24Thankyou to all the contributors!