Skip to content

Commit

Permalink
chore: Removed a deprecated package from intro and linked to our exam…
Browse files Browse the repository at this point in the history
…ple applications and next.js and apollo server packages
  • Loading branch information
bizob2828 committed May 22, 2024
1 parent 8ff1a34 commit b5657ff
Showing 1 changed file with 3 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,40 +64,18 @@ After installing the Node.js agent, extend your instrumentation:
* Implement [Node.js custom instrumentation](/docs/agents/nodejs-agent/supported-features/nodejs-custom-instrumentation).
* [Collect custom metrics via an API call](/docs/agents/nodejs-agent/supported-features/nodejs-custom-metrics).
* Use our [Node.js agent API](/docs/agents/nodejs-agent/supported-features/nodejs-agent-api) to control, customize, or extend the agent's functionality.
* Browse our [example applications](https://github.com/newrelic/newrelic-node-examples) to see various out of the box and custom instrumentation in action.
</td>
</tr>

<tr>
<td>
Open source telemetry
Extend Instrumentation
</td>

<td>
* To create your own integrations, use our [Node.js Telemetry SDK](/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic).
* To gain visibility into your GraphQL payloads, use our [Apollo Server plugin](/docs/agents/nodejs-agent/supported-features/apollo-server-plugin-nodejs).
</td>
</tr>

<tr>
<td>
Logs in context
</td>

The Node.js agent auto-instruments many different [3rd party packages](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent/#instrumented-modules). However there are two other modules that are needed if you want telemetry for [Apollo Server](https://github.com/newrelic/newrelic-node-apollo-server-plugin/blob/abfb3ede982169c4e1b1bcf9974ff3f6b01c68ea/README.md), and [Next.js](https://github.com/newrelic/newrelic-node-nextjs/blob/ea20b76a13c84f4f3c48e9544e18e568b8e41c33/README.md)
<td>
* To enrich [Winston](https://github.com/winstonjs/winston) or [Pino](https://github.com/pinojs/pino) log data, use our [automatic logs in context](/docs/logs/logs-context/configure-logs-context-nodejs) solution for Node.js.
</td>
</tr>

<tr>
<td>
Traces
</td>

<td>
* Enable [distributed tracing](/docs/apm/distributed-tracing/getting-started/introduction-distributed-tracing).
</td>
</tr>

<tr>
<td>
VM measurements
Expand Down

0 comments on commit b5657ff

Please sign in to comment.