Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/node-newrelic-couchbase
Instrumentation package for New Relic Node.JS agent to monitor backend calls to Couchbase.
https://github.com/newrelic-experimental/node-newrelic-couchbase
couchbase instrumentation nodejs nrlabs nrlabs-odp
Last synced: 20 days ago
JSON representation
Instrumentation package for New Relic Node.JS agent to monitor backend calls to Couchbase.
- Host: GitHub
- URL: https://github.com/newrelic-experimental/node-newrelic-couchbase
- Owner: newrelic-experimental
- License: mit
- Created: 2020-03-16T20:22:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T15:47:35.000Z (about 4 years ago)
- Last Synced: 2024-11-14T04:15:18.330Z (3 months ago)
- Topics: couchbase, instrumentation, nodejs, nrlabs, nrlabs-odp
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![New Relic Experimental header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Experimental.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#new-relic-experimental)
[![Coverage Status][1]][2]
# New Relic JavaScript Instrumentation for Couchbase
Couchbase version 2.6.x instrumentation for use with the [Node agent](https://github.com/newrelic/node-newrelic).
This module is a dependency of the agent and is installed with it by running:```sh
npm install git+https://github.com/newrelic-experimental/newrelic-node-couchbase
``````js
// index.js
require('newrelic'); // from the newrelic agent install
require('@newrelic/couchbase')
```### Supported modules
- [`couchbase`](https://www.npmjs.com/package/couchbase) version 2.6.x
For more information, please see the agent [installation guide][3], and
[compatibility and requirements][4].[1]: https://coveralls.io/repos/github/newrelic/node-newrelic-couchbase/badge.svg?branch=master
[2]: https://coveralls.io/github/newrelic/node-newrelic-couchbase?branch=master
[3]: https://docs.newrelic.com/docs/agents/nodejs-agent/installation-configuration/install-nodejs-agent
[4]: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent