New managed clickstack flow#6381
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 90a0bc1. Configure here.
| ```bash | ||
| OTEL_SERVICE_NAME=hn-analyzer-api | ||
| OTEL_EXPORTER_OTLP_ENDPOINT=https://<your-collector-endpoint>:4318 | ||
| OTEL_EXPORTER_OTLP_HEADERS=authorization=<your-ingestion-token> |
There was a problem hiding this comment.
HTTPS OTLP for local collector
Medium Severity
The .env example sets OTEL_EXPORTER_OTLP_ENDPOINT to https://…:4318, while the default collector path runs plain HTTP on port 4318 via local Docker. Following the guide as written can make the SDK talk TLS to a non-TLS endpoint and fail to export telemetry.
Reviewed by Cursor Bugbot for commit 90a0bc1. Configure here.
|
Docs PR opened: ClickHouse/mintlify-docs-dev#200 Ported the new Managed ClickStack getting started guide from upstream, including two snippets and four supporting images. |


Summary
complete flow for users coming from ClickStack Cloud.
Checklist
Note
Low Risk
Documentation-only addition with no runtime or product code changes; main follow-up is whether a
vercel.jsonredirect is needed if this replaces split onboarding URLs.Overview
Adds a new unlisted guide at
/use-cases/observability/clickstack/managed-getting-startedaimed at ClickStack Cloud onboarding: one vertical stepper from credentials andhyperdx_ingestsetup through collector deployment (ClickStack Docker image or custom YAML with rrweb routing), HackerNews Analyzer sample app wiring, HyperDX Node/browser instrumentation, traffic generation, and ClickStack UI exploration.Reuses existing managed-onboarding snippets (
GatherCredentials,CreateIngestionUser) and Cloud console screenshots alongside existing getting-started assets. Registers the page infloating-pages-exceptions.txtso the docs floating-pages check ignores it like the other managed-onboarding guides.Reviewed by Cursor Bugbot for commit 90a0bc1. Bugbot is set up for automated code reviews on this repo. Configure here.