This project is no longer actively maintained. Please see an additionally popular statsd client at: https://github.com/reinh/statsd
A Ruby client for StatsD, Etsy's daemon for easy stats aggregation.
require 'statsd/client'
client = Statsd::Client.new(host, port)
client.timing('example.stat.1', 350)
client.increment('example.stat.2')
client.decrement('example.stat.2')
Copyright (c) 2011 Tom Taylor. See LICENSE.txt for further details.