docs(otel): add Dash0 export setup instructions#10494
Open
joschi wants to merge 1 commit into
Open
Conversation
Added example setup instructions for exporting to Dash0, including required tokens and command.
Contributor
|
Thank you @joschi! Taking a look 👀 |
rosieyohannan
requested changes
Jul 13, 2026
rosieyohannan
left a comment
Contributor
There was a problem hiding this comment.
Sorry its taken so long! Just a couple of little changes when will get this published.
|
|
||
| * A CircleCI personal API token belonging to an organization admin. | ||
| * The CircleCI organization ID. | ||
| * Your link:https://app.dash0.com/goto/settings/endpoints?endpoint_type=otlp_grpc[Dash0 OTLP via gRPC endpoint] and your link:https://app.dash0.com/settings/auth-tokens[Dash0 auth token]. |
| --silent \ | ||
| -X POST \ | ||
| -H 'Content-Type: application/json' \ | ||
| -H 'Circle-Token: <CircleCI Token>' \ |
Contributor
There was a problem hiding this comment.
Suggested change
| -H 'Circle-Token: <CircleCI Token>' \ | |
| -H 'Circle-Token: <personal-API-token>' \ |
| -X POST \ | ||
| -H 'Content-Type: application/json' \ | ||
| -H 'Circle-Token: <CircleCI Token>' \ | ||
| -d '{"org_id": "<CircleCI org ID>", "endpoint": "ingress.<your-cloud-region>.dash0.com:4317", "protocol": "grpc", "headers": {"Authentication": "Bearer <Dash0 auth token>"}}' \ |
Contributor
There was a problem hiding this comment.
Suggested change
| -d '{"org_id": "<CircleCI org ID>", "endpoint": "ingress.<your-cloud-region>.dash0.com:4317", "protocol": "grpc", "headers": {"Authentication": "Bearer <Dash0 auth token>"}}' \ | |
| -d '{"org_id": "<CircleCI-org-ID>", "endpoint": "ingress.<your-cloud-region>.dash0.com:4317", "protocol": "grpc", "headers": {"Authentication": "Bearer <Dash0-auth-token>"}}' \ |
| You need three things: | ||
|
|
||
| * A CircleCI personal API token belonging to an organization admin. | ||
| * The CircleCI organization ID. |
Contributor
There was a problem hiding this comment.
Suggested change
| * The CircleCI organization ID. | |
| * The CircleCI organization ID. See the xref:guides:toolkit:how-to-find-ids.adoc[How To Find IDs] page. |
|
|
||
| You need three things: | ||
|
|
||
| * A CircleCI personal API token belonging to an organization admin. |
Contributor
There was a problem hiding this comment.
Suggested change
| * A CircleCI personal API token belonging to an organization admin. | |
| * A CircleCI personal API token belonging to an organization admin. See the xref:guides:toolkit:managing-api-tokens.adoc#creating-a-personal-api-token[Managing API Tokens] page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added example setup instructions for exporting to Dash0, including required tokens and command.
Example screenshots
Reasons
Dash0 is an OpenTelemetry-native observability solution and providing setup instructions similar to the existing ones for Honeycomb and Grafana Cloud will allow users to get started more quickly.
Content checks
Please follow our style when contributing to CircleCI docs. View our style guide or check out our CONTRIBUTING.md for more information.
Preview your changes:
ci/circleci: lintjob at the bottom of your PR. You will be redirected to thevale/lintjob output in CircleCI.ci/circleci: buildjob at the bottom of your PR and you will be redirected to CircleCI. Select the Artifacts tab and selectindex.htmlto open a preview version of the docs site built for your latest commit.Take a moment to check through the following items when submitting your PR (this is just a guide so will not be relevant for all PRs):
Content structure:
Formatting: