Jaeger's New Backend Cuts Data 8.6x on Spans
Jaeger version 1.63 ships with a production-ready ClickHouse backend that compresses trace data 8.6x on 10 million spans. The new backend is the default for fresh deployments, and Jaeger has been running ClickHouse in production internally since 2021—now processing 20+ million spans per day.
Distributed tracing is how teams figure out why a request takes five seconds instead of one. When you have hundreds of services talking to each other, the trace data piles up fast. Jaeger stores that data so you can search it, and ClickHouse is a columnar database that's built for exactly that kind of workload. The 8.6x compression means less storage, less cost, and faster queries when you're hunting down a slow endpoint at 2 AM.
This is one of those quiet upgrades that engineers notice once they've been burned by storage costs before. Jaeger is open-source, no vendor lock-in, and the new UI release ships with a redesigned timeline view. The compression win is real, the feature is production-tested, and teams that run heavy tracing workloads will feel it.
Why this matters for us: Brown and Black engineers who work on distributed systems get better trace performance without paying a premium—la compresión que no se nota hasta que la necesitas.
“La compresión que no se nota hasta que la necesitas.”