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

<Frame>
  <img src="https://mintcdn.com/enrolla-nk-hub-guardrails/MnHRGhi6rxtiPuOU/img/integrations/hyperdx.png?fit=max&auto=format&n=MnHRGhi6rxtiPuOU&q=85&s=214139d6ae832caad9f11412c7d0aabd" 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>"
```
