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.