> ## Documentation Index
> Fetch the complete documentation index at: https://enrolla-gz-add-pr-758-to-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM Observability with Axiom and OpenLLMetry

<Frame>
  <img src="https://mintcdn.com/enrolla-gz-add-pr-758-to-docs/LkF1e3H9RXQ2biWI/img/integrations/axiom.png?fit=max&auto=format&n=LkF1e3H9RXQ2biWI&q=85&s=15f372a16b81dcb94af95dedc9c8204b" width="1629" height="1182" data-path="img/integrations/axiom.png" />
</Frame>

Axiom is an [observability platform](https://axiom.co/) that natively supports OpenTelemetry, you just need to route the traces to Axiom's endpoint and set the dataset, and API key:

```bash theme={null}
TRACELOOP_BASE_URL="https://api.axiom.co"
TRACELOOP_HEADERS="Authorization=Bearer <YOUR_API_KEY>,X-Axiom-Dataset=<YOUR_DATASET>"
```

For more information check out the [docs link](https://axiom.co/docs/send-data/opentelemetry).
