Error IndexCannot trace a request across services and jobs
.NETJan 28, 2026

Cannot trace a request across services and jobs

Teams cannot answer where a request failed because IDs are lost at service boundaries. Correlation discipline and propagation rules are usually the missing control.

Common symptom variants

cannot trace request across servicescorrelation id lostno end to end request visibility

Primary playbook

Cannot trace requests across services: why correlation IDs die at boundaries in .NET

A production playbook for when logs exist but cannot be joined—correlation IDs die at HttpClient boundaries, jobs, and queues, making incidents unreproducible.

Recommended resource

Correlation IDs package (HTTP + jobs)

A correlation ID contract plus copy/paste ASP.NET Core middleware and an HttpClient handler so correlation survives HTTP and background job boundaries and incidents become one-query diagnosable.

Related posts