API / Microservices
Explain Trace and Span terminologies in distributed tracing.
A trace is an end to end latency graph, composing of the different spans.
A span is an individual operation that takes place, In a microservice architecture, a request may pass through a set of different services and each represents one span and altogether represents a trace.
More Related questions...