Sha256: 46164d614a8f1161b2d53c2f3bb1dff1155bcd3fbf2a4640dea3c61112973743
Contents?: true
Size: 507 Bytes
Versions: 5
Compression:
Stored size: 507 Bytes
Contents
## Barnes - GC Statsd Reporter A fork of [trashed](https://github.com/basecamp/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: ```ruby require 'barnes' ``` Then you'll need to start the client with default values: ```ruby Barnes.start ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
barnes-0.0.7 | README.md |
barnes-0.0.6 | README.md |
barnes-0.0.5 | README.md |
barnes-0.0.4 | README.md |
barnes-0.0.3 | README.md |