> ## Documentation Index
> Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.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-gz-new-docs-for-auto-monitor/wZgNmUxL6F2gRabC/img/integrations/highlight.png?fit=max&auto=format&n=wZgNmUxL6F2gRabC&q=85&s=f51c95f81f57f2f7fd993ea57148847a" 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>"
```
