The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Etsy::StatsD - Object-Oriented Client for Etsy's StatsD Server

DESCRIPTION

new (HOST, PORT, SAMPLE_RATE)

Create a new instance.

timing(STAT, TIME, SAMPLE_RATE)

Log timing information

increment(STATS, SAMPLE_RATE)

Increment one of more stats counters.

decrement(STATS, SAMPLE_RATE)

Decrement one of more stats counters.

update(STATS, DELTA, SAMPLE_RATE)

Update one of more stats counters by arbitrary amounts.

send(DATA, SAMPLE_RATE)

Sending logging data; implicitly called by most of the other methods.

SEE ALSO

http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/

AUTHOR

Steve Sanbeg http://www.buzzfeed.com/stv