This trace crossed four services. Look at the bars above. How many individual operations can you count?
The database bar took 180ms out of the total 210ms. What does this tell you?
Each of these individual steps in a trace has a name in OpenTelemetry. What is it called?
A span is one step in a trace. Each span has a start, an end, and tells you what happened during that step.
The waterfall shows how spans nest inside each other, revealing where time is spent.
Continue →