Quick Notes96 words

Distributed tracing — quick notes

Distributed tracing — quick notes

ConceptDetail
PurposeStitch one request's work across many services
MechanismA correlation id propagated across boundaries
SpanOne unit of work in one service
RequirementEvery service must propagate the context
  • A gap in the trace = missing propagation, not a fast service.
  • Tracing separates the service that reports a failure from the one that caused it.
  • Sampling is coherent per operation — but a given transaction may be absent.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free