Unmaintained. If you're still using it and want to take ownership, let me know.
Rack::Dogstatsd
A Rack middleware for sending metrics to DataDog's Statsd implementation.
Installation
Add this line to your application's Gemfile:
gem 'rack-dogstatsd'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rack-dogstatsd
Usage
require 'rack/dogstatsd'
use Rack::Dogstatsd
By default metrics are sent to localhost:8125
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/jbowes/rack-dogstatsd.
License
The gem is available as open source under the terms of the MIT License.