ELSEIF
Your brief EB
425 stories from 200 feeds 1259 clusters Refreshed 20 minutes ago next pull 20:47

OBSERVABILITY Signal 129

Ensuring reliable OpenTelemetry ingestion at scale

ClickHouse Cloud now ingests 50 million OpenTelemetry events per second via agent-gateway collectors and local write-ahead logs that absorb backpressure without losing data or delaying fresh telemetry

WHY IT MATTERS

Handling 50M events/sec shows how observability pipelines can meet massive telemetry volumes while staying cost-effective. The shift from pure in-memory queues to disk-backed write-ahead logs lets the system survive downstream outages without data loss. Engineers can apply the same pattern to buffer bursty workloads without over-provisioning for peak demand.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

ClickHouse Cloud’s OpenTelemetry pipeline now processes 50 million events per second, equivalent to 10 GBps of compressed data.

02

The architecture evolved from agent-gateway with in-memory queues to adding local write-ahead logs via the OTel file_storage extension to absorb backpressure.

03

Local write-ahead logs are per-pod, cannot be split, and draining a 1 TiB backlog takes about four hours, limiting horizontal scaling during outages.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
ClickHouse Ensuring reliable OpenTelemetry ingestion at scale Open ↗