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

<Frame>
  <img src="https://mintcdn.com/enrolla-gz-new-docs-for-auto-monitor/wZgNmUxL6F2gRabC/img/integrations/hyperdx.png?fit=max&auto=format&n=wZgNmUxL6F2gRabC&q=85&s=95d8cfc0bcc1feabcbe8a656f12b6746" width="1663" height="1061" data-path="img/integrations/hyperdx.png" />
</Frame>

HyperDX is an [open source observability platform](https://github.com/hyperdxio/hyperdx) that natively supports OpenTelemetry.
Just route the traces to HyperDX's endpoint and set the API key:

```bash theme={null}
TRACELOOP_BASE_URL=https://in-otel.hyperdx.io
TRACELOOP_HEADERS="authorization=<YOUR_INGESTION_API_KEY>"
```
