Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.03 KB

Coverage Status

New Relic's official MySQL instrumentation for use with the Node agent. This module is a dependency of the agent and is installed with it by running:

npm install newrelic

Alternatively, it can be installed and loaded independently based on specific versioning needs:

npm install @newrelic/mysql
// index.js
require('@newrelic/mysql')

Supported modules

For more information, please see the agent installation guide, and compatibility and requirements.