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

<Frame>
  <img src="https://mintcdn.com/enrolla-gz-add-pr-758-to-docs/LkF1e3H9RXQ2biWI/img/integrations/honeycomb.png?fit=max&auto=format&n=LkF1e3H9RXQ2biWI&q=85&s=29652a12fa1076ccd9f18669fa803841" width="1684" height="1029" data-path="img/integrations/honeycomb.png" />
</Frame>

Since Honeycomb natively supports OpenTelemetry, you just need to route the traces to Honeycomb's endpoint and set the
API key:

```bash theme={null}
TRACELOOP_BASE_URL=https://api.honeycomb.io
TRACELOOP_HEADERS="x-honeycomb-team=<YOUR_API_KEY>"
```
