Skip to content

New managed clickstack flow#6381

Merged
gingerwizard merged 2 commits into
mainfrom
new_managed_flow
Jun 15, 2026
Merged

New managed clickstack flow#6381
gingerwizard merged 2 commits into
mainfrom
new_managed_flow

Conversation

@gingerwizard

@gingerwizard gingerwizard commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

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.json redirect is needed if this replaces split onboarding URLs.

Overview
Adds a new unlisted guide at /use-cases/observability/clickstack/managed-getting-started aimed at ClickStack Cloud onboarding: one vertical stepper from credentials and hyperdx_ingest setup 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 in floating-pages-exceptions.txt so 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.

@gingerwizard gingerwizard requested a review from a team as a code owner June 12, 2026 19:19
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jun 15, 2026 10:40am
clickhouse-docs-jp Building Building Preview, Comment Jun 15, 2026 10:40am
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jun 15, 2026 10:40am
clickhouse-docs-ru Ignored Ignored Preview Jun 15, 2026 10:40am
clickhouse-docs-zh Ignored Ignored Preview Jun 15, 2026 10:40am

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 90a0bc1. Configure here.

@gingerwizard gingerwizard merged commit 16eb3a8 into main Jun 15, 2026
18 checks passed
@mintlify

mintlify Bot commented Jun 15, 2026

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants