> ## Documentation Index
> Fetch the complete documentation index at: https://checkly-422f444a-mintlify-0b5fc2f1.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-mintlify-0b5fc2f1/vdkjn2tOofXUey0Y/images/docs/images/otel/export-traces/dash0-token.png?fit=max&auto=format&n=vdkjn2tOofXUey0Y&q=85&s=35636810e2903eb2322753ba62e63e44" 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-mintlify-0b5fc2f1/vdkjn2tOofXUey0Y/images/docs/images/otel/export-traces/dash0-checkly.png?fit=max&auto=format&n=vdkjn2tOofXUey0Y&q=85&s=e075ebbaf9024a59c2dd3e2c8d3b47c8" 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-mintlify-0b5fc2f1/vdkjn2tOofXUey0Y/images/docs/images/otel/export-traces/dash0-traces.png?fit=max&auto=format&n=vdkjn2tOofXUey0Y&q=85&s=61eac8d5c8003ea95a90dc0164fbfa6f" 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).
