ClickStack - Nuture flow - Otel collector#6335
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Docs PR opened: ClickHouse/mintlify-docs-dev#114 Removed beta labels from Managed ClickStack docs and added a new otelgen synthetic data guide plus an OTel collector setup guide. Once this PR is merged, we'll do a second pass to capture any additional changes and update the docs PR. |
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
…e-docs into clickstack-nuture-1
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 ee74c2b. Configure here.
| import error_log_column_values from '@site/static/images/clickstack/cloudwatch/error-log-column-values-clickstack.png'; | ||
| import import_dashboard from '@site/static/images/clickstack/clickstack-import-dashboard.png'; | ||
| import finish_import from '@site/static/images/clickstack/cloudwatch/finish-clickstack-import.png'; | ||
| import example_dashboard from '@site/static/images/clickstack/cloudwatch/logs-dashboard.png'; |
There was a problem hiding this comment.
Unused dashboard image import
Low Severity
example_dashboard is imported from logs-dashboard.png but never referenced in the page, unlike the other CloudWatch onboarding images.
Reviewed by Cursor Bugbot for commit ee74c2b. Configure here.


Summary
First, nuture flow for ClickStack.
@Blargian note, I've also removed the beta label from Managed ClickStack. It's now in GA.
Includes an OTel generator example as well that was relevant to the getting started.
Checklist
Note
Low Risk
Documentation and Docusaurus frontmatter/TOC behavior only; no application runtime or security logic changes.
Overview
Adds Managed ClickStack nurture/onboarding documentation: unlisted guides for gateway OTel collector setup (with
otelgenverification), Kubernetes monitoring via Helm DaemonSet/Deployment, and AWS CloudWatch log forwarding—each usingunlisted,hide_advert, andcustom_edit_url: nullfor in-product flows.Managed ClickStack is presented as GA by removing
BetaBadgeand the beta admonition from the managed deployment and getting-started pages.A new
otelgensample-datasets guide (Managed vs OSS tabs) is linked from the sample datasets index and from the collector setup guide. The existing CloudWatch integration doc gains a collapsible log group discovery section.Docs-site tweaks: desktop TOC skips the cloud advert when
hide_advertis set; frontmatter validation allows unquotedcustom_edit_url; floating-pages exceptions cover the three managed-onboarding paths.Reviewed by Cursor Bugbot for commit ee74c2b. Bugbot is set up for automated code reviews on this repo. Configure here.