ClickHouse dashboard

A ClickHouse dashboard you do not have to assemble

chmonitor is a ClickHouse ops dashboard: complete pages that read system tables, not a blank canvas. Home stays the product brand; this page is what “ClickHouse dashboard” means in practice, and why operators pick chmonitor over wiring panels.

chmonitor ClickHouse dashboard overview: query heatmap, charts, and cluster health on one page
What you get

Built for this, not bolted on

Pages, not a panel project

Overview, running queries, health, storage, topology and explorer ship as routes. Grafana plus a ClickHouse plugin is a SQL editor and a blank dashboard — you still write the panels. See the row-by-row matrix on chmonitor vs Grafana.

Ops surfaces operators actually open

Live queries with kill, color-coded health, replica lag on a topology map, parts and merges, a schema-aware agent. Each screenshot on this page is a real view, not a mock.

Advisor included, recommend-only

EXPLAIN hints and an AI agent that reads schema and query_log. chmonitor never applies DDL. Install with Docker or open the hosted dashboard; docs cover Workers and Helm.

Product shots

Real dashboard pages, not mockups

Each image is a shipped view. Click through related features for the full walkthrough.

chmonitor running queries page: live charts and a table of active ClickHouse queries with duration and memory
chmonitor health board: color-coded ClickHouse checks for replication, disk, memory and failed queries
chmonitor cluster topology map: ClickHouse shards, replicas and Keeper quorum with replication links
Pre-built vs panels

Stop building a ClickHouse Grafana board

Operators searching for a ClickHouse dashboard usually mean “show me queries, lag, disk and merges today,” not “give me a charting canvas.” Grafana plus a ClickHouse plugin wins if you want custom business charts. chmonitor wins if you want ops pages that already exist.

chmonitor

Connect a host. Overview, queries, health, topology, explorer and the agent are routes. SQL is version-aware against system tables.

Grafana + ClickHouse plugin

Install Grafana, add a datasource, write panels, keep them current. Flexible, and a standing dashboard project. Full matrix: chmonitor vs Grafana.

Full-stack APM

Datadog (and similar) cover traces and on-call across your stack. They are not a ClickHouse ops dashboard. See chmonitor vs Datadog.

Also: ClickHouse monitoring· Overview feature· Queries· Query monitoring· Product home

Community

Open source, built in public

FAQ

Questions & answers

What is a ClickHouse dashboard?
An ops UI that turns ClickHouse system tables into pages: running queries, merges, parts, replication, disks and health. chmonitor is that product — pre-built routes, not a charting library you configure against ClickHouse as one more data source.
How is a ClickHouse dashboard different from Grafana?
Grafana is a general canvas. With a ClickHouse plugin you still design panels and keep SQL in sync with versions. chmonitor ships the pages. For the dated feature matrix see chmonitor vs Grafana.
Is this the same as ClickHouse monitoring?
Related, different intent. This page is the dashboard product (what you open). ClickHouse monitoring covers signals, alerts and lag as a practice — see ClickHouse monitoring.
Does it replace the built-in ClickHouse /dashboard?
No. ClickHouse ships a small native dashboard. chmonitor is an independent ops UI with deeper query, health, topology and advisor pages. Compare with chmonitor vs ClickHouse Cloud if you use Cloud.
How do I install the dashboard?
Fastest path is Docker: docker run -d -p 3000:3000 -e CLICKHOUSE_HOST=… ghcr.io/chmonitor/chmonitor:latest. Docs cover Cloudflare Workers and Helm. Or open the hosted dashboard at dash.chmonitor.dev and connect a cluster.

Start monitoring — advisor and alerts built in

Open the hosted dashboard and connect a cluster, or self-host with Docker, Kubernetes, or from source. Self-hosting is always free.