← Graph

Trace ID Propagation

concept 3 connections

Pattern in distributed tracing where the initial request generates a trace ID, and every downstream service passes that ID (plus parent span ID when possible) along with its own reported spans. An OpenTelemetry collector then glues spans with the same trace ID together to provide a unified view of a single logical request across many services. Guiney's team implemented trace-ID propagation across their stack and can now see every log line tied to a given request in Elasticsearch.

category
pattern
about
Trace ID Propagation concept
Talk describes how trace IDs tie spans across services together.
about
Trace ID Propagation concept
GoHiring implemented trace-ID propagation across services.
concept Trace ID Propagation
related_to
OpenTelemetry's collector relies on trace IDs propagated across services.

Provenance

Created in
wroclove.rb 2025 lightning talks 2026-04-18 08:03
Read by
1 extraction