Skip to content

Commit

Permalink
chore: Updated readme to remove no longer relevant information (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jun 4, 2024
1 parent 982276c commit 01fb53c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,13 @@ For more information on getting started, [check the Node.js docs](https://docs.n

### External Modules

There are several modules that can be installed and configured to accompany the Node.js agent:
There are modules that can be installed and configured to accompany the Node.js agent:

* [@newrelic/apollo-server-plugin](https://github.com/newrelic/newrelic-node-apollo-server-plugin): New Relic's official Apollo Server plugin for use with the Node.js agent.
* [@newrelic/next](https://github.com/newrelic/newrelic-node-nextjs): Provides instrumentation for the [Next.js](https://github.com/vercel/next.js/) npm package.

There are several modules included within the Node.js agent to add more instrumentation for 3rd party modules:
There are modules included within the Node.js agent to add more instrumentation for 3rd party modules:

* [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk): Provides instrumentation for the [AWS SDK](https://www.npmjs.com/package/aws-sdk) npm package.
* [@newrelic/koa](https://github.com/newrelic/node-newrelic-koa): Provides instrumentation for [koa](https://koajs.com/), [koa-router](https://github.com/ZijianHe/koa-router), [@koa/router](https://github.com/koajs/router), and [koa-route](https://github.com/koajs/route) npm packages.
* [@newrelic/superagent](https://github.com/newrelic/node-newrelic-superagent): Provides instrumentation for [superagent](https://github.com/visionmedia/superagent) npm package.
* [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics): Provides hooks into the native v8 layer of Node.js to provide metrics to the Node.js agent.

## Usage
Expand Down

0 comments on commit 01fb53c

Please sign in to comment.