SpecsModelExplore
Overview
Actors
External Systems
IoT Platform
Edge
Ingestion
Stream Processing
Device Management
User-Facing Apps
Platform
Observability
Metrics PipelineLog PipelineTrace Pipeline
Secrets Manager
Trace Pipeline
Flow
Correlation
From a metric
Across services
SpecsModelExplore
Trace Pipeline
OverviewGuideLinks and Communications

Trace Pipeline

The Trace Pipeline stitches together the spans a single request leaves behind as it crosses services, so you can see where latency or errors come from rather than guessing from per-service metrics.

Sampled, not exhaustive

Storing every span would be enormous and mostly redundant. A head-based sampling ratio of 0.1 keeps a representative slice; errors are tail-sampled so failing requests are always retained.

Flow

Correlation

From a log

A log line in the Log Pipeline carries a trace_id; clicking it opens the full trace.

From a metric

A latency spike on a dashboard links to exemplar traces captured at that moment.

Across services

Span context is propagated on every internal call so the trace spans the entire request path.

Traces are retained 7d — long enough to debug a recent incident while keeping the ClickHouse index small and fast.