[GEN-1953]: add Dash0 destination support and documentation #2085
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.
This pull request introduces a new observability backend, Dash0, to the Odigos project. The key changes include the addition of Dash0 as a supported destination, updates to the documentation, and modifications to the configuration files to support Dash0.
Key Changes:
Addition of Dash0 as a Supported Destination:
common/config/dash0.go
to handle the setup and configuration of Dash0 as a destination.common/config/root.go
andcommon/dests.go
. [1] [2]destinations/data/dash0.yaml
.Documentation Updates:
README.md
to include Dash0 in the list of managed destinations.docs/backends/dash0.mdx
to provide detailed instructions for configuring Dash0 as a backend.docs/backends-overview.mdx
,docs/quickstart/next-steps.mdx
, anddocs/mint.json
. [1] [2] [3]Minor Documentation Formatting:
README.md
and other documentation files to ensure consistency and readability. [1] [2] [3] [4] [5] [6] [7]