metoro-onprem Helm chart.
Hub Architecture
Components
The hub contains five primary components:- Apiserver is the UI and API entry point. It handles user and automation traffic, reads metadata from PostgreSQL, queries telemetry from ClickHouse, and starts workflow-backed behavior through Temporal.
- Ingester is the telemetry write path. It receives data from monitored clusters, normalizes and batches it, and writes it to ClickHouse.
- ClickHouse stores high-volume telemetry such as metrics, traces, logs, profiling data, and Kubernetes state.
- PostgreSQL stores control-plane metadata and Temporal persistence.
- Temporal runs durable background workflows such as alert evaluation, scheduled jobs, notifications, and AI SRE workflows.
