> ## Documentation Index
> Fetch the complete documentation index at: https://enrolla-nk-hub-guardrails.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM observability with New Relic and OpenLLMetry

<Frame>
  <img src="https://mintcdn.com/enrolla-nk-hub-guardrails/MnHRGhi6rxtiPuOU/img/integrations/newrelic.png?fit=max&auto=format&n=MnHRGhi6rxtiPuOU&q=85&s=f05d26d28bc118a6d58ba22174669cc6" width="3042" height="2015" data-path="img/integrations/newrelic.png" />
</Frame>

Since New Relic natively supports OpenTelemetry, you just need to route the traces to New Relic's endpoint and set the API key:

```bash theme={null}
TRACELOOP_BASE_URL=https://otlp.nr-data.net:443
TRACELOOP_HEADERS="api-key=<YOUR_NEWRELIC_LICENSE_KEY>"
```

For more information check out the [docs link](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/get-started/opentelemetry-set-up-your-app/#review-settings).
