Bird
0
0

In a microservices system using Zipkin, a span shows a duration of zero milliseconds. What is the most probable cause?

medium📝 Analysis Q7 of 15
Microservices - Monitoring and Observability
In a microservices system using Zipkin, a span shows a duration of zero milliseconds. What is the most probable cause?
AThe network dropped the span data
BThe service processed the request instantly
CSpan start and end timestamps are identical due to incorrect instrumentation
DThe trace ID was missing
Step-by-Step Solution
Solution:
  1. Step 1: Analyze zero duration span causes

    Zero duration usually means start and end times are the same, often due to instrumentation errors.
  2. Step 2: Evaluate other options

    Instant processing is unrealistic; network drop or missing trace ID would cause missing spans, not zero duration.
  3. Final Answer:

    Span start and end timestamps are identical due to incorrect instrumentation -> Option C
  4. Quick Check:

    Zero duration span = Instrumentation error [OK]
Quick Trick: Check instrumentation if span duration is zero [OK]
Common Mistakes:
MISTAKES
  • Assuming instant processing is possible
  • Blaming network for zero duration
  • Confusing missing trace ID with zero duration

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes