Sha256: aad6192afde6e60ccabbed33929ab1d96c123d5c966b5112986f399ae6f0d203

Contents?: true

Size: 664 Bytes

Versions: 7

Compression:

Stored size: 664 Bytes

Contents

Remnant hooks into your Rails and discovers your hidden statistics.

##### Supports

* Rails 2.3.x


#### Install

```
$ [sudo] gem install remnant
```

```ruby
# For Rails 2.3.x
gem 'remnant'
```


#### Usage


Add an initializer to configure (or call configure during application startup):

```ruby
Remnant.configure do
  # hostname of statsd server
  host "https://remnant.statsd"

  # port of statsd server
  port 8125

  # app name or other unique key for multiple app usage
  tagged "custom"

  # environment of application, defaults to Rails.env
  # included in payload
  environment "production"
end
```


#### Author


Original author: John "asceth" Long

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
remnant-0.2.2 README.md
remnant-0.2.1 README.md
remnant-0.2.0 README.md
remnant-0.1.3 README.md
remnant-0.1.2 README.md
remnant-0.1.1 README.md
remnant-0.1.0 README.md