Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/node-newrelic-mssql
https://github.com/newrelic-experimental/node-newrelic-mssql
nrlabs nrlabs-data nrlabs-odp
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/newrelic-experimental/node-newrelic-mssql
- Owner: newrelic-experimental
- License: apache-2.0
- Created: 2022-06-15T18:01:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:04:49.000Z (4 months ago)
- Last Synced: 2024-10-13T18:57:32.778Z (about 1 month ago)
- Topics: nrlabs, nrlabs-data, nrlabs-odp
- Language: JavaScript
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![New Relic Experimental header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Experimental.png)](https://opensource.newrelic.com/oss-category/#new-relic-experimental)
New Relic's experimental nodejs mssql instrumentation for use with the
[Node agent](https://github.com/newrelic/node-newrelic). This module is a
dependency of the agent and is installed with it by running:```
npm install @newrelic-labs/mssql
```Then require it in your code immediately after the require('newrelic') line
```js
// index.js
require('@newrelic-labs/mssql')
```### Supported modules
- [`node-mssql`](https://www.npmjs.com/package/mssql)