1.0.0 • Published 6 years ago

newrelic-vertica v1.0.0

Weekly downloads
11
License
ISC
Repository
-
Last release
6 years ago

newrelic-vertica

newrelic-vertica provides New Relic instrumentation for the node vertica library.

Installation

npm install newrelic-vertica

To use, include the following when you first require newrelic:

var newrelic = require('newrelic');
newrelic.instrumentDatastore('vertica', require('newrelic-vertica'));

That's it!

Development

Setup

Run npm install inside the repository to install all the dev dependencies.

Testing

Once all the dependencies are installed, you can execute the unit tests using npm test

Contributing

Submitting pull requests

1.0.0

6 years ago