Trace List¶
The system provides three trace view lists: All Spans, Service Entry Span, and All Traces.
A Span represents a logical unit of work in a distributed system over a given period of time. Multiple Spans form a trace.
Displays all collected Span data within the selected time range.
Filters and displays all Spans generated by service entry calls within the selected time range.
Filters and displays all top-level entry Spans of trace calls within the selected time range.
Chart Statistics¶
In the Chart Statistics of the Trace Explorer, you can view key metrics for different trace statuses within the selected time range:
- Requests
- Error Requests
- Response Time
The above metrics can be shown simultaneously in the chart via the filter function. The specific statistics are as follows:
- Requests/Error Requests: divided into 60 time points over the time range, displayed as a bar chart;
- Response Time: divided into 60 time points over the time range, displayed as a line chart showing the average response time per second, P75, P90, and P99 response times.
Export¶
After filtering the required trace data, you can export the data in the following formats:
- CSV file
- JSONL file
- Export to Scene > Dashboard/Notebook
If you need to export a specific piece of data, open the detail page of that data, and click the icon in the top right corner.
