> ## 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 Service Now Cloud Observability and OpenLLMetry

<Frame>
  <img src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/integrations/service-now.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=5b455cd683b8be512371e2450af36da2" width="1071" height="480" data-path="img/integrations/service-now.png" />
</Frame>

Since Service Now Cloud Observability natively supports OpenTelemetry, you just need to route the traces to Service Now Cloud Observability's endpoint and set the
access token:

```bash theme={null}
TRACELOOP_BASE_URL=https://ingest.lightstep.com
TRACELOOP_HEADERS="lightstep-access-token=<YOUR_ACCESS_TOKEN>"
```
