0.4.0 • Published 4 years ago

tedious-newrelic v0.4.0

Weekly downloads
36
License
MIT
Repository
github
Last release
4 years ago

PRs Welcome Dependencies Maintainability MIT Licence Open Source Love

tedious-newrelic

A very bare bones New Relic instrumentation package for tedious.

Installation

npm install tedious-newrelic

Usage

Start your node process by requireing this library at the command line.

node  -r "newrelic" -r "tedious-newrelic" "index.js"

Disclaimer:

Your problems are not my problems. I instrumented the few calls I needed. PRs welcome, discussion encouraged, but don't expect me to deal with your issues, even if this library caused them.