Bird
0
0

In a Zipkin trace, if a child span has a duration longer than its parent span, what is the most likely cause?

medium📝 Analysis Q5 of 15
Microservices - Monitoring and Observability
In a Zipkin trace, if a child span has a duration longer than its parent span, what is the most likely cause?
AClock skew between services
BIncorrect span naming
CMissing trace ID propagation
DNetwork latency
Step-by-Step Solution
Solution:
  1. Step 1: Understand span timing relationships

    Child spans should not exceed parent span duration unless clocks are not synchronized.
  2. Step 2: Identify cause of timing mismatch

    Clock skew between services causes inconsistent timestamps, making child span appear longer.
  3. Final Answer:

    Clock skew between services -> Option A
  4. Quick Check:

    Child span longer than parent = Clock skew [OK]
Quick Trick: Clock skew causes timing inconsistencies in traces [OK]
Common Mistakes:
MISTAKES
  • Blaming span names for timing issues
  • Assuming missing trace ID causes duration errors
  • Confusing network latency with span duration

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes