Jaeger traces requests through distributed systems. Follow a request across microservices, find where latency hides, understand how systems actually behave—distributed tracing from Uber, now CNCF.
The visualization shows request flow. The storage is pluggable. The integration with Kubernetes is native.
Teams debugging microservices use Jaeger for distributed tracing that reveals system behavior.
Jaeger is completely free and open source, graduated from the CNCF. You can run it in production without licensing costs.
What is Jaeger?
Jaeger is a distributed tracing system originally developed by Uber. It helps you monitor and troubleshoot microservices by showing how requests flow through your system.
Jaeger vs Zipkin?
Both are open source distributed tracing systems with similar functionality. Jaeger is CNCF graduated with more features. Either works well for observability.