Skip to content

Jaeger

February 22, 2026

What it is

Jaeger provides distributed tracing: track requests across services, see latency and dependencies. OpenTelemetry-compatible; CNCF project.

Usage

Instrument apps (OpenTelemetry or Jaeger clients); send traces; query by service, operation, or tag; find bottlenecks and errors.

Pros and cons

ProsCons
OpenTelemetry compatibleRequires instrumentation
UI for trace searchStorage and sampling design needed
CNCF graduated
Multi-backend (Cassandra, ES, etc.)

Alternatives

Tempo (Grafana), Zipkin. Why Jaeger: Mature, OTel-native, and flexible storage.

Links