> ## Documentation Index
> Fetch the complete documentation index at: https://www.traceloop.com/docs/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/-xQ9K52hAYrcQGvz/img/integrations/axiom.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=cee239b3f53eea321e125efd5698e776" 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).
