Jaeger

Jaeger

Open source distributed tracing platform

Open source, CNCF-graduated distributed tracing platform originally built by Uber for monitoring and troubleshooting request flows across microservices architectures.​

Moment Integration

Moment Template Coming Soon.

Home Page

https://www.jaegertracing.io/


Key Features

  1. End-to-end distributed tracing with waterfall-style span timeline visualization​
  2. Service dependency graphs showing relationships and interactions between services​
  3. Adaptive sampling (probabilistic, constant, rate-limited, and remote)​
  4. Native OpenTelemetry and OpenTracing support​
  5. Pluggable storage backends (Elasticsearch, Cassandra, ClickHouse)​
  6. Tag-based trace search and filtering​
  7. Trace comparison for debugging regressions​
  8. Cloud-native deployment with Docker and Kubernetes support​
  9. Service Performance Monitoring (SPM)​

Background

  1. Originally developed at Uber Technologies, donated to CNCF.​
  2. Graduated CNCF project, alongside Kubernetes and Prometheus.​
  3. 100% open source and self-hosted.​
  4. Architecture: OpenTelemetry SDK → Jaeger Collector → Storage → Query Service → UI.​
  5. Production deployment supports streaming strategy via Kafka for high-load environments.​
Preview