docs: add Odigos ClickStack integration partner#124
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Ports upstream clickhouse/clickhouse-docs#6344 to the Mintlify docs: adds Odigos as a ClickStack integration partner.
Changes
products/clickstack/integration-partners/odigos.mdx— guide for auto-instrumenting Kubernetes workloads with Odigos and exporting telemetry to ClickStack over OTLP HTTP. Includes separate tabs for open source (HyperDX API ingestion key) and Managed ClickStack (standalone collector withOTLP_AUTH_TOKEN), plus advanced sections for direct ClickHouse destinations, sampleDestinationmanifests, HyperDX log normalizer, VM Agent, and Odigos Central.products/clickstack/integration-partners/index.mdx.products/clickstack/navigation.json.Applied Mintlify transforms:
<Tabs groupId>/<TabItem>→ Mintlify<Tabs>/<Tab title><VerticalStepper>/####→<Steps>/<Step>:::note/:::tipadmonitions →<Note>/<Tip>/<Info>sidebar_label→sidebarTitle; droppedpagination_prev/pagination_next/products/clickstack/...(matching this repo's slug scheme);/ingesting-data/otel-collector→/ingesting-data/collectorto match the existing file name<!-- vale off -->/<!-- vale on -->commentsContext
styles/ClickHouse/Headings.ymladdingOdigos) is not ported — the Mintlify repo's_site/styles/vale/ClickHouse/Headings.ymlis a generated artifact and is not the source-of-truth Vale config for this repo.docs/integrations/index.mdx) was not changed in the upstream diff, so no corresponding change is made here.Note
Low Risk
Documentation-only additions with no runtime, auth, or application code changes.
Overview
Adds Odigos as a ClickStack integration partner in the Mintlify docs, alongside the existing Bindplane entry.
A new guide walks through Helm-based Odigos deployment on Kubernetes, selecting sources in the UI, and exporting logs/metrics/traces to ClickStack over OTLP HTTP (
:4318) withAuthorizationheaders. It splits setup for open source ClickStack (bundled collector + HyperDX API ingestion key) vs Managed (standaloneclickstack-otel-collectorandOTLP_AUTH_TOKEN), and covers optional paths: native ClickHouse destination, sampleDestinationCRDs, HyperDX log normalizer, VM Agent, and Odigos Central. The integration partners landing table andnavigation.jsonregister the new page.Reviewed by Cursor Bugbot for commit f3f297d. Bugbot is set up for automated code reviews on this repo. Configure here.