Sha256: 811b7ae1047fdf806f5a2867fee952398eaa690d5b0b78b3340aec89c04856ff

Contents?: true

Size: 573 Bytes

Versions: 2

Compression:

Stored size: 573 Bytes

Contents

## Barnes - GC Statsd Reporter

A fork of [trashed](https://github.com/basecamp/trashed) focused on Ruby metrics for Heroku.

## Setup

### Rails 3, 4, 5, and 6

On Rails 6 (and Rails 3 and 4 and 5), 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 puma.rb file:


```ruby
require 'barnes'
```

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

```ruby
before_fork do
  # worker configuration
  Barnes.start
end
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barnes-0.0.9 README.md
barnes-0.0.8 README.md