Sha256: 0a1f3999fb98cb65cfcb5625541cd979124527049017f22db2f8e378d717014c

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

statsd-client
=============

A Ruby client for [StatsD](https://github.com/etsy/statsd), Etsy's daemon for easy stats aggregation.

Usage
-----

    client = Statsd::Client.new(host, port)
    client.timing('example.stat.1', 350)
    client.increment('example.stat.2')
    client.decrement('example.stat.2')

Documentation
-------------

[On rdoc.info](http://rdoc.info/github/tomtaylor/statsd-client/master/frames)

Copyright
---------

Copyright (c) 2011 Tom Taylor. See LICENSE.txt for
further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dawanda-statsd-client-0.1.0 README.md