0.01
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Rack middleware for dogstatsd
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

>= 1.5.0, ~> 1.5
 Project Readme

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.