Practice free →
HomeMCA Cloud Computingcloudcomputingcloudobservability › A trace in a distributed-tracing system represen…

A trace in a distributed-tracing system represents:

AThe end-to-end path of a single request as it passes through multiple services, composed of spans
BAn aggregated count of HTTP 200 responses over five minutes
CA debug log line written by a developer
DA static drawing of the system architecture
Answer & Solution
Correct answer: A. The end-to-end path of a single request as it passes through multiple services, composed of spans
A trace is one request's journey; each hop is a span. The other items describe metrics, logs, and diagrams — not traces.
Solve this in the app — MCA Cloud Computing practice & 24k+ MCQs →
Related questions