ClickHouse 26.2 embeds the ClickStack observability UI directly into the ClickHouse binary, adding only ~4.1 MB to the footprint. After installing ClickHouse, users can navigate to localhost:8123 and immediately explore logs, traces, and metrics without any extra setup. The embedded version is designed for local exploration and learning; it omits alerting, dashboard persistence, and the WASM-based event patterns feature to keep the binary small. Technically, the Next.js-based HyperDX UI is pre-built into a static bundle, gzip-compressed, and embedded via a cmake-generated C++ file using binary search for file serving. For production or scale deployments, the separate Docker or managed ClickHouse Cloud versions remain recommended.
Sort: