6. APM Waterfall
The Trace Waterfall view displays all spans within a trace as a hierarchical timeline. Each span appears as a horizontal bar, with the bar’s length representing its duration and its position showing when it occurred relative to other spans.
A trace is a collection of spans that share the same trace ID, representing a unique transaction handled by your application and its constituent services.
A span represents a single unit of work within a trace, capturing information about a specific operation such as an API call, database query, or service request. Each span includes metadata like the operation name, start time, duration, and associated tags or attributes that provide context about the work being performed.
