Intermediate System Design
Q79 / 100

What is the purpose of "request tracing" (distributed tracing) in a microservices system?

Correct! Well done.

Incorrect.

The correct answer is A) To track a single request as it flows across multiple services, helping identify latency bottlenecks and failures in complex distributed call chains

A

Correct Answer

To track a single request as it flows across multiple services, helping identify latency bottlenecks and failures in complex distributed call chains

Explanation

Tools like Jaeger or Zipkin propagate a trace ID across service calls, allowing engineers to visualize the full path and timing of a request through a distributed system to pinpoint where issues occur.

Progress
79/100