correlationId
A correlation identifier, or CorrelationId, is a unique value attached to a unit of work as it moves through a system of distributed components. It serves to associate related events, messages, and logs that originate from the same transaction or request, enabling end-to-end visibility across service boundaries.
The primary purpose of a CorrelationId is to facilitate troubleshooting, monitoring, and diagnostics. By carrying a
Propagation and generation are central to effective use. The CorrelationId is typically generated at the edge
Relation to other concepts varies by implementation. The CorrelationId is not a substitute for detailed distributed
Limitations include potential for noise if not managed, overhead in logging, and the need for standardization