зеркало из https://github.com/microsoft/statsd.git
132c59357e | ||
---|---|---|
.. | ||
Etsy | ||
go | ||
README.md | ||
StatsD.scala | ||
StatsdClient.java | ||
StatsdClient.jl | ||
csharp_example.cs | ||
perl-example.pl | ||
php-example.php | ||
python_example.py | ||
ruby_example.rb | ||
ruby_example2.rb | ||
statsd-client.sh | ||
statsd.clj | ||
statsd.erl |
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!