Practice free →
HomeMCA Cloud Computingcloudcomputingcloudobservability › Which observability practice helps a SRE diagnos…

Which observability practice helps a SRE diagnose a specific slow user request in a microservices system that hops across 8 services?

ARunning `pip freeze` on the developer's laptop
BReading the company's quarterly OKRs
CFollowing the request's trace ID across the spans emitted by each service
DChecking the marketing website's analytics dashboard
Answer & Solution
Correct answer: C. Following the request's trace ID across the spans emitted by each service
Distributed tracing follows a single request's trace ID across spans — the right tool for cross-service latency forensics. The other options have nothing to do with diagnosing a slow request.
Solve this in the app — MCA Cloud Computing practice & 24k+ MCQs →
Related questions