Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/use-cases/observability/cloud-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ This approach respects service idling behavior, allowing for cost optimization w

<ObservabilityIntegrations/>

### 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.
Expand Down