YissacharB / tedious-newrelic

New Relic instrumentation for tedious library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

New Relic instrumentation for tedious library

License:MIT License


Languages

Language:JavaScript 100.0%