mirror of
https://github.com/jimeh/airbrake-statsd.git
synced 2026-02-19 10:56:43 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27f0403bf1 | |||
| 2e380d1f8f | |||
| 58d68a6779 |
14
README.md
14
README.md
@@ -1,14 +1,20 @@
|
|||||||
# Airbrake-Statsd
|
# Airbrake-Statsd [](http://travis-ci.org/jimeh/airbrake-statsd)
|
||||||
|
|
||||||
[](http://travis-ci.org/jimeh/airbrake-statsd)
|
Extends the [Airbrake][] gem to also report exceptions to Esty's [StatsD][]
|
||||||
|
|
||||||
Extends the [Airbrake][] gem to also report exceptions Esty's [Statsd][]
|
|
||||||
statistics aggregator.
|
statistics aggregator.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Command line:
|
||||||
|
|
||||||
gem install airbrake-statsd
|
gem install airbrake-statsd
|
||||||
|
|
||||||
|
Gemfile:
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
gem 'airbrake-statsd'
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
It's assumed you know what both Airbrake and StatsD are before attempting to
|
It's assumed you know what both Airbrake and StatsD are before attempting to
|
||||||
|
|||||||
Reference in New Issue
Block a user