> ## Documentation Index
> Fetch the complete documentation index at: https://checkly-422f444a-docs-grpc-monitors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting Traces to Dash0

> Learn how to export traces from Checkly to Dash0.

1. Create an API key in the **Settings** > **Auth Tokens** section.
   <img src="https://mintcdn.com/checkly-422f444a-docs-grpc-monitors/S2w_YXNheVgADJRc/images/docs/images/otel/export-traces/dash0-token.png?fit=max&auto=format&n=S2w_YXNheVgADJRc&q=85&s=585590e8a889db8c3f7b15f730be66a5" alt="Generate an auth token" width="1244" height="392" data-path="images/docs/images/otel/export-traces/dash0-token.png" />
2. Grab the right endpoint URL for your Dash0 organization from the **Settings** > **Endpoints** section. It should look like `https://ingress.eu-west-1.aws.dash0.com/v1/traces`.
   Make sure it ends with `/v1/traces/`
3. Add the endpoint and the auth token to the Checkly integration settings. The auth token is added as an HTTP header named
   `Authorization` with the value of `Bearer ` and your auth token.
   <img src="https://mintcdn.com/checkly-422f444a-docs-grpc-monitors/S2w_YXNheVgADJRc/images/docs/images/otel/export-traces/dash0-checkly.png?fit=max&auto=format&n=S2w_YXNheVgADJRc&q=85&s=7c6630db10c328720b6453410c90dd47" alt="Fill in the values into Checkly" width="1017" height="473" data-path="images/docs/images/otel/export-traces/dash0-checkly.png" />
4. Observe Spans appearing in Dash0 on the `Tracing` tab.
   <img src="https://mintcdn.com/checkly-422f444a-docs-grpc-monitors/S2w_YXNheVgADJRc/images/docs/images/otel/export-traces/dash0-traces.png?fit=max&auto=format&n=S2w_YXNheVgADJRc&q=85&s=cdbf658188f59082aa1507246ea5f652" alt="Traces displayed in Dash0" width="1485" height="902" data-path="images/docs/images/otel/export-traces/dash0-traces.png" />

Find all the details in the [Dash0 documentation](https://www.dash0.com/documentation).
