Trace is one of the three pillars of observability data. It tracks the full execution of a request and consists of spans — execution intervals within each service — and their call relationships. Traces are essential for analyzing request performance and anomalies in distributed systems.
You can analyze traces on the Traces page: locate the traces of interest (for example, long-running ones), then visualize a specific trace and drill into its spans.
As shown below, the Traces page consists of four areas:
Most Recent lists the newest traces by start time in descending order. You can switch the sort to show the longest/shortest traces or those with the most/fewest spans.
Clicking a trace opens a Trace Panel with rich details, where you can further analyze the spans in that trace:

Service = frontend-web
Quickly view traces produced by the specified service.

Operation = HTTP POST
Useful for locating a specific endpoint or request type.

upstream_cluster.name="flagservice"
Use logfmt key=value syntax to filter on span attributes.

Min Duration = 100ms ``Max Duration = 1.2s
Quickly pinpoint slow requests.

The trace list supports several sort options:
It also supports paginated browsing.
