Building a DIY Prometheus HTTP Endpoint in ClickHouse
Learn how to set up a Prometheus HTTP endpoint in ClickHouse that can export any metric in any format and mimic the Altinity clickhouse-operator behavior.
Learn how to set up a Prometheus HTTP endpoint in ClickHouse that can export any metric in any format and mimic the Altinity clickhouse-operator behavior.
The ClickHouse Kubernetes operator is great at spinning up data warehouse clusters on Kubernetes. Once they are up, though, how can you see what they are actually doing? It’s time for monitoring!
In this article we’ll explore how to configure two popular tools for building monitoring systems: Prometheus and Grafana. The ClickHouse Kubernetes operator includes scripts to set these up quickly and add a basic dashboard for clusters.