Talks To
How It Fits
ClickHouse is the analytical datastore behind the telemetry experience. Ingester writes normalized telemetry into ClickHouse, and Apiserver queries it when users inspect metrics, traces, logs, profiles, Kubernetes state, and related views. The database is deliberately separate from PostgreSQL because telemetry has a different access pattern from configuration metadata. It receives high-volume writes, retains time-series and event-style data, and serves analytical queries over that data.Stores
- Metrics
- Traces
- Logs
- Profiling data
- Kubernetes state and resource history
