Exporting traces to Chronosphere from Checkly
On this page
- Create a service account in your Chronosphere account with write permissions for traces. Chronosphere recommends creating a restricted service account with a write-only scope.
- Generate an API token for the service account from the Account > Service Accounts section.
- Determine your Chronosphere OTLP endpoint. It should follow the format:
https://YOUR_COMPANY.chronosphere.io/data/opentelemetry/v1/traces
whereYOUR_COMPANY
is your organization name. - Add the endpoint to the Checkly integration settings and provide the API token as an HTTP header
API-Token
with the value of your API token.
Find all the details in the Chronosphere OpenTelemetry documentation.
Last updated on August 26, 2025. You can contribute to this documentation by editing this page on Github