Jaeger
CNCF distributed tracing platform for visualizing request flows across microservices, pinpointing exactly which service or call is responsible for latency or errors.
Overview
Jaeger is a distributed tracing system originally built at Uber and now a CNCF graduated project. It collects, stores, and visualizes traces - the end-to-end path a single request takes as it moves through many microservices - so a developer can see which specific service call added the most latency or where an error was actually thrown, instead of guessing from logs and metrics scattered across several services.
Jaeger v2 rebuilt the project on top of the OpenTelemetry Collector (also in this catalog), so it natively receives OTLP trace data and can be run as an all-in-one binary with UI, collector, and query components for local use, or scaled out with separate storage for production.
Jaeger is a fit for teams running microservices who need to debug cross-service latency and failures directly, complementing metrics-focused tools like Prometheus and Grafana (also in this catalog) - those surface that something is slow or failing, while Jaeger shows exactly where in the request path it happened.
- Categories
- Monitoring
- Languages
- Go
- License
- Apache-2.0
Related Projects
Odigos
Apache-2.0Automatic OpenTelemetry instrumentation platform that adds distributed tracing to applications without changing a single line of code.
- Monitoring
OpenTelemetry Collector
Apache-2.0Vendor-neutral pipeline for collecting, processing, and exporting traces, metrics, and logs from applications to any observability backend.
- Monitoring
Fluentd
Apache-2.0CNCF-graduated log collector that unifies data collection from many sources into a single, structured logging layer.
- Monitoring
Grafana
AGPL-3.0Open source platform for monitoring and observability, letting you query, visualize and alert on metrics.
- Monitoring
Spotted an error? Suggest an edit on GitHub.