> ## 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 Highlight and OpenLLMetry

<Frame>
  <img src="https://mintcdn.com/enrolla-nk-hub-guardrails/MnHRGhi6rxtiPuOU/img/integrations/highlight.png?fit=max&auto=format&n=MnHRGhi6rxtiPuOU&q=85&s=0216eddf9c9e2deed0cfcaf5d622f2b5" width="3671" height="1975" data-path="img/integrations/highlight.png" />
</Frame>

Since [Highlight](https://www.highlight.io) natively supports OpenTelemetry, you just need to route the traces to Highlights's OTLP endpoint and set the
highlight project id in the headers:

```bash theme={null}
TRACELOOP_BASE_URL=https://otel.highlight.io:4318
TRACELOOP_HEADERS="x-highlight-project=<YOUR_HIGHLIGHT_PROJECT_ID>"
```
