Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iboard/newrelic-couchbase

New Relic Instrumentation for CouchBase
https://github.com/iboard/newrelic-couchbase

Last synced: 16 days ago
JSON representation

New Relic Instrumentation for CouchBase

Awesome Lists containing this project

README

        

# Newrelic::Couchbase

![KuroBase](http://kurobase.wpengine.com/wp-content/uploads/2013/10/kurobase.png)

CouchBase instrumentation for NewRelic

## Installation

Make sure you have installed the [Couchbase Ruby
Client](https://github.com/couchbase/couchbase-ruby-client) and [NewRelic
RPM](https://github.com/newrelic/rpm)

Add this line to your application's Gemfile:

gem 'newrelic-couchbase'

And then execute:

$ bundle

## Usage

Core methods of Couchbase will begin to traced by NewRelic. To disable
Couchbase instrumentation either the DISABLE_NEW_RELIC_COUCHBASE flag
can be set to true
```ruby
ENV['DISABLE_NEW_RELIC_COUCHBASE'] = true
```
OR, the following statement can be appended to the newrelic.yml file
```yaml
disable_couchbase: true
```

## Feedback/Comments

You can send us Feedback or Comments here: [KuroBase Support](http://support.kurobase.com/)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request