Skip to content

Trace Explorer

Click Traces in the left navigation menu to open the section.

At the top of the page, the span volume graph visualizes trace activity over the selected time range. This gives you a quick pulse check on traffic patterns before you inspect individual traces.

image

Search across traces using span attributes. Click the search bar to see the list of available attributes.

image

Click the filter icon on the right to open the full attribute picker. Active filters appear as tags in the search bar and can be removed individually.

image

Use the left sidebar to filter results by:

  • Service
  • HTTP Method
  • HTTP Status
  • Severity
  • Database Name

Each filter section includes a search box for quick lookup. When filters are active, a recent-filters notice appears at the top of the sidebar.

image

Click Saved Queries to view and apply previously saved searches. To save a new query, click the dropdown arrow next to Saved Queries and select Add New.

image

The Spans tab is the default view. It lists every individual span captured within the selected time range and active filters. Each row displays Timestamp, Span Name, Services, Duration, and Error.

This view is best when you need the most granular view of tracing activity.

image

The Trace Summary tab groups spans into complete traces, giving you a higher-level view of end-to-end request journeys. Each row represents a single trace, showing its entry point, number of services, spans involved, total duration, and any errors.

image

The Root Spans tab shows only the root span from each trace. This makes it easier to compare top-level requests without the noise of child spans.

image

The Services tab summarizes traffic by service so you can identify hotspots, dependency trends, and the applications generating the most trace volume.

image