> ## Documentation Index
> Fetch the complete documentation index at: https://www.traceloop.com/docs/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/-xQ9K52hAYrcQGvz/img/integrations/newrelic.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=1eeb5b1a0c7d698fdf9a03a158a3305b" 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).
