Step by step · Observability
Read a slow trace in three passes
This example request took 900 ms. Look at the whole request, then its child spans, then choose the next question.



Child spans occur inside the parent request. Do not add 700 ms and 60 ms to 900 ms. The trace points to a useful next check, such as query timing or waiting, but cannot diagnose the cause on its own.
Watch the three views
The editable drawing is carried in the link. It is not saved to a cloud account. These example marks were composed with an agent in Drawbly.
Reference: OpenTelemetry: traces and spans.