Skip to main content

jaeger

Distributed tracing backend for the infrastructure trace pipeline — HTTP, database, queue, and inter-service spans land here. AI / LLM spans (OpenInference) route to phoenix instead.

Identity

FieldValue
Service idjaeger
Roleobservability
Imagejaegertracing/all-in-one (in-cell) / jaegertracing/jaeger-collector + jaegertracing/jaeger-query (split in cloud cells)
Port6831 (UDP — agent), 14250 (gRPC — collector), 16686 (HTTP — query/UI)
Health/

Deployment surfaces

SurfaceWhere
Kustomizeobservability/jaeger/ — all-in-one Deployment + Service
Cloud cellssplit mode — Collector behind a Service, Query behind ingress

Dependencies

Upstream: otel-collector — fans the infrastructure trace pipeline here.

Downstream: Grafana (datasource) and the operator's UI for manual span inspection.

Operations

  • Storage: in-cell uses badger (ephemeral); cloud cells back with Elasticsearch / OpenSearch.
  • Retention: 7 days in-cell, 30 days in cloud.
  • Sampling: receives only the 5% sampled spans (per otel-collector policy) plus 100% of error spans.

See also