From 05848b02883a1415f593296eb26f17236450e592 Mon Sep 17 00:00:00 2001 From: Dominic Tran Date: Wed, 15 Oct 2025 16:38:17 -0500 Subject: [PATCH] removing duplicate clickstack section in monitoring guide --- docs/use-cases/observability/cloud-monitoring.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/use-cases/observability/cloud-monitoring.md b/docs/use-cases/observability/cloud-monitoring.md index cc95e660fbe..45b35c372dd 100644 --- a/docs/use-cases/observability/cloud-monitoring.md +++ b/docs/use-cases/observability/cloud-monitoring.md @@ -61,16 +61,6 @@ This approach respects service idling behavior, allowing for cost optimization w -### ClickStack {#clickstack} - -ClickStack is ClickHouse's recommended observability solution for deep system analysis and debugging, providing a unified platform for logs, metrics, and traces using ClickHouse as the storage engine. This approach relies on HyperDX, the ClickStack UI, connecting directly to the system tables inside your ClickHouse instance. -HyperDX ships with a ClickHouse focused dashboard with tabs for Selects, Inserts, and Infrastructure. Teams can also use Lucene or SQL syntax to search system tables and logs, as well as create custom visualizations via Chart Explorer for detailed system analysis. -This approach is ideal for debugging complex issues, performance analysis, and deep system introspection rather than real-time production alerting. - -:::note -Note that this approach will wake idle services as HyperDX queries the system tables directly. -::: - ### ClickStack deployment options {#clickstack-deployment} - **HyperDX in Clickhouse Cloud** (private preview): HyperDX can be launched on any Clickhouse Cloud service.