Skip to content

Tell StatsD about request time, GC, objects and more. Latest Rails 4 and Ruby 2.1 support, and ancient Rails 2 and Ruby 1.8 support.

License

Notifications You must be signed in to change notification settings

rwojnarowski/barnes

 
 

Repository files navigation

Barnes - GC Statsd Reporter

A fork of trashed focused on Ruby metrics for Heroku.

Setup

Rails 5

On Rails 5 (and Rails 3 and 4), add this to your Gemfile:

gem "barnes"

Then run:

$ bundle install

Non-Rails

Add the gem to the Gemfile

gem "barnes"

Then run:

$ bundle install

In your application:

require 'barnes'

Then you'll need to start the client with default values:

Barnes.start

About

Tell StatsD about request time, GC, objects and more. Latest Rails 4 and Ruby 2.1 support, and ancient Rails 2 and Ruby 1.8 support.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.1%
  • Shell 2.9%