Skip to content
 
 

Repository files navigation

This project is no longer actively maintained. Please see an additionally popular statsd client at: https://github.com/reinh/statsd

statsd-client

A Ruby client for StatsD, Etsy's daemon for easy stats aggregation.

Usage

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')

Documentation

On rdoc.info

Copyright

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

About

StatsD client for Ruby

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages