Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iboard/newrelic-couchbase
- Owner: iboard
- License: mit
- Created: 2014-08-22T08:44:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-22T11:58:55.000Z (over 10 years ago)
- Last Synced: 2024-12-12T10:48:47.110Z (22 days ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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