Instrumentation for tedious node lib
npm install tedious-newrelic




A very bare bones New Relic instrumentation package for tedious.
npm install tedious-newrelic
Start your node process by requireing this library at the command line.
``sh``
node -r "newrelic" -r "tedious-newrelic" "index.js"