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

<Frame>
  <img src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/integrations/kloudmate.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=91ac7c997718ae7637878a85b89446db" width="1804" height="781" data-path="img/integrations/kloudmate.png" />
</Frame>

KloudMate is an [observability platform](https://kloudmate.com/) that natively supports OpenTelemetry, you just need to route the traces to KloudMate OpenTelemetry Collector endpoint and set Authorization header:

```bash theme={null}
TRACELOOP_BASE_URL="https://otel.kloudmate.com:4318"
TRACELOOP_HEADERS="Authorization=<YOUR_KM_SECRET_KEY>"
```

For more information check out the [docs](https://docs.kloudmate.com/).
