Microservices - Monitoring and Observability
Given the following trace spans collected by Zipkin, what is the total time taken by the root request?
Span A (root): start=0ms, duration=50ms Span B (child of A): start=10ms, duration=20ms Span C (child of A): start=35ms, duration=10ms
