Whatever message this page gives is out now! Go check it out!
| Column | Description |
|---|---|
| Template path | File or template that handled the request. |
| Operation | Type of work (for example chat or ingest). |
| Duration (ms) | How long the execution took. |
| Line no | Source line associated with the measurement. |
| Status | Outcome. Rendered as a color-coded badge (green for success, red for error). |
| Trace | Clickable View Trace action. Opens the Trace Details modal overlay. |
| Column | Description |
|---|---|
| Template path | File or template. |
| Operation | Type of work. |
| Avg duration (ms) | Average execution time. |
| Count | Number of executions. |
| Column | Description |
|---|---|
| URL | Request URL. |
| Application | Application name. |
| Average response time (ms) | Mean latency for that URL. |
| Hits | Number of requests. |
| Column | Description |
|---|---|
| Model | Model identifier (for example claude-sonnet-3-5). |
| Provider | Provider name (for example ANTHROPIC, OPEN_AI). |
| Duration (ms) | Wall time for that call. Sorted descending by default. |
| Tokens | Tokens attributed to that call (prompt + completion). |
| Trace | Opens Trace Details for that call. |
| Column | Description |
|---|---|
| Model | Model identifier. |
| Provider | Provider name. |
| Avg duration (ms) | Average latency. |
| Count | Number of invocations. |
| Widget | Description |
|---|---|
| Token usage by provider | How tokens split across providers. |
| Provider distribution | How requests split across providers. |
| Model distribution | Traffic by model ID. |
| Status distribution | Outcomes for LLM calls. |
| Column | Description |
|---|---|
| Store | Vector store name (for example InMemory). |
| Operation | Query operation name. |
| Duration (ms) | Query execution time. |
| Template path | Source template. |
| Line no | Source line. |
| Status | Outcome. |
| Trace | Opens Trace Details. |
| Column | Description |
|---|---|
| Template path | Source template. |
| Operation | Ingest operation name. |
| Duration (ms) | Total operation time. |
| Documents | Number of documents processed. |
| Line no | Source line number. |
| Status | Outcome. |
| View details | Opens the Ingest Operation Details slide-out panel. |
| Column | Description |
|---|---|
| Template path | Source template. |
| Operation | Ingest operation name. |
| Start time | When the operation started. |
| Elapsed (ms) | Time the run has been running so far (not total duration). |
| Documents | Number of documents. |
| Line no | Source line. |
| Status | Current status. |
| Field | Description |
|---|---|
| Duration | Total time for the trace. |
| Status | Overall outcome. Rendered as a color-coded badge. |
| Template | Full path to the source file. |
| Line | Line number tied to the trace entry. |
| TypeLabel | Description |
|---|---|
| Agent | Top-level agent request span. |
| LLM | Time in the language model call. |
| Embedding | Embedding work. |
| Vector | Vector store access. |
| Tool | Tool call execution. |
| Guardrail | Guardrail evaluation. |
| RAG Phase | A RAG pipeline phase span. |
| MCP Server | MCP server-side operation. |
| Field | Description |
|---|---|
| Operation | High-level operation name. |
| Duration | Total duration, matching the summary bar. |
| Total tokens | Token usage when the platform records it. |
| Retriever configured | Whether a retriever was set up (Yes / No). |
| Has tools | Whether tool calling was involved (Yes / No). |
| Status | Success or failure. |
| Memory Type | Shown only when a memory type is configured. |
| Error | Shown only when status is an error. |
| Column | Description |
|---|---|
| Type | Span category (for example aiservice, llm). |
| Service / Provider | Logical service or model identifier. |
| Operation | Operation name for that span. |
| Name | Span-specific name (for example, the tool name for Tool spans). |
| Duration (ms) | Time spent in that span. Sortable. |
| Status | Per-span outcome. |
| Column | Description |
|---|---|
| Server Name | MCP server identifier. |
| Operation | Operation type. |
| Name | Tool name. |
| Duration (ms) | Call duration. |
| Status | Outcome. |
| Trace | Opens Trace Details. |
| Column | Description |
|---|---|
| Server Name | MCP server identifier. |
| Operation | Operation type. |
| Name | Tool name. |
| Avg Duration (ms) | Average call duration. |
| Frequency | Number of invocations. |
| Column | Description |
|---|---|
| Server Name | MCP server identifier. |
| Operation | Operation type. |
| Name | Tool name. |
| Duration (ms) | Execution time. |
| Status | Outcome. |
| Column | Description |
|---|---|
| Server Name | MCP server identifier. |
| Operation | Operation type. |
| Name | Tool name. |
| Avg Duration (ms) | Average execution time. |
| Frequency | Number of invocations. |