[GEN-1962]: add KloudMate destination support and documentation #2086
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 includes several changes to add support for KloudMate as a new managed destination in the Odigos project. The changes span multiple files, including documentation updates and configuration additions.
New Destination Support:
common/config/kloudmate.go
: Added new configuration file for KloudMate, including error handling and configuration modification functions.common/config/root.go
: Updated the list of available configurators to include KloudMate.common/dests.go
: Added KloudMate as a new destination type.destinations/data/kloudmate.yaml
: Added YAML configuration for KloudMate destination, specifying supported signals and required fields.Documentation Updates:
docs/backends/kloudmate.mdx
: Created new documentation page for configuring KloudMate backend, including details on required fields and setup instructions using both UI and Kubernetes manifests.docs/backends-overview.mdx
: Updated the backends overview to include KloudMate.docs/mint.json
: Updated documentation structure to include KloudMate in various sections. [1] [2]docs/quickstart/next-steps.mdx
: Added KloudMate to the list of backends in the quickstart guide.Minor Fixes:
README.md
: Fixed formatting issues in the key features and managed destinations sections. [1] [2] [3] [4]