Skip to content

Commit

Permalink
Document the Stathat adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Jul 19, 2012
1 parent 19d26f4 commit 7821188
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,7 @@ Currently Supported Services:

* Librato
* Statsd (thanks to fluxlux)
* Stathat

Current Features:

Expand Down Expand Up @@ -228,6 +229,14 @@ Harness.config.statsd.logger = Rails.logger
Harness.config.statsd.backend = CustomStatsD
```

### Stathat
```ruby
Harness.config.adapter = :stathat

Harness.config.stathat.ezkey = 'example@example.com'

```

## Rails Integration

Harness will automatically log metrics coming from `ActionPack`,
Expand Down

0 comments on commit 7821188

Please sign in to comment.