> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitoring & Tracing

> Real-time insights into agent usage, performance, latency, and credit consumption via OpenTelemetry-standardized traces.

Monitoring and Tracing provides real-time visibility into agent activity, execution health, and resource consumption. Traces are standardized with OpenTelemetry, which enables consistent log quality, advanced filtering, and high-fidelity reporting across all agents in your workspace.

Org Owners and Admins have access to data across all users, enabling centralized oversight for teams managing multiple agents.

## Analytics dashboard

The Analytics tab provides aggregate metrics across agents over a selected date range.

| Metric            | Description                                               |
| ----------------- | --------------------------------------------------------- |
| Total Credits     | Aggregate credits spent, including average cost per trace |
| Avg Latency       | Mean agent response time in seconds                       |
| Reliability Score | Percentage of successful executions                       |
| Token Efficiency  | Average tokens used per trace                             |

<img src="https://mintcdn.com/lyzrinc/9VlEw0AcTumY3Xyt/assets/images/studio/mon2.png?fit=max&auto=format&n=9VlEw0AcTumY3Xyt&q=85&s=c42193d0bdba7824f8db98ed857370b5" alt="Screenshot of the Analytics dashboard showing credit, latency, reliability, and token efficiency metrics with trend charts." width="1819" height="481" data-path="assets/images/studio/mon2.png" />

**Charts available:**

* **Error Rate**: percentage of failed executions over time.
* **Token Usage**: breakdown of input and output tokens.
* **Latency Trends**: average and P95 latency to surface performance bottlenecks.
* **Credits Consumed**: daily credit usage trends.

## Traces

The Traces tab shows individual execution records for every agent run.

<img src="https://mintcdn.com/lyzrinc/9VlEw0AcTumY3Xyt/assets/images/studio/mon3.png?fit=max&auto=format&n=9VlEw0AcTumY3Xyt&q=85&s=7779057a8a3bedd1798d399bb65debdd" alt="Screenshot of the Traces list showing columns for Trace ID, Duration, Cost, Tokens, and Start Time." width="476" height="1029" data-path="assets/images/studio/mon3.png" />

Each row shows: Trace ID, duration, cost and token consumption, and start time. Select any trace to open a detailed view.

**Filtering:** Use the Filter Analytics sidebar to narrow traces by date range (up to 31 days), agent name, user, or session ID.

<img src="https://mintcdn.com/lyzrinc/9VlEw0AcTumY3Xyt/assets/images/studio/mon4.png?fit=max&auto=format&n=9VlEw0AcTumY3Xyt&q=85&s=04685f5dc788f76a00ed8976ed1907a3" alt="Screenshot of the Filter Analytics sidebar with date range, agent name, user, and session ID filter options." width="1839" height="650" data-path="assets/images/studio/mon4.png" />

## Trace detail

Selecting a trace opens the execution timeline for that run.

<img src="https://mintcdn.com/lyzrinc/9VlEw0AcTumY3Xyt/assets/images/studio/mon5.png?fit=max&auto=format&n=9VlEw0AcTumY3Xyt&q=85&s=2c7f0a14e746a8d11f10dcde5023cefd" alt="Screenshot of the trace timeline view showing an operation waterfall from Session start through Agent Orchestration to Generate AI Response." width="1813" height="997" data-path="assets/images/studio/mon5.png" />

**Operation waterfall**: shows the sequence of steps from session start through agent orchestration to the final LLM response, with duration for each span. This identifies which step is causing latency.

**Metadata and logs**: shows Agent ID, Org ID, User ID, and model details. Expand any operation to view raw logs and internal event data.

<img src="https://mintcdn.com/lyzrinc/9VlEw0AcTumY3Xyt/assets/images/studio/mon6.png?fit=max&auto=format&n=9VlEw0AcTumY3Xyt&q=85&s=c4e0e05359398f39703de11e9ab9cb0f" alt="Screenshot of the detailed logs panel showing metadata fields and expandable operation logs." width="1417" height="1019" data-path="assets/images/studio/mon6.png" />

## Next steps

* [Transcripts for voice agent monitoring](../monitoring/transcripts)
* [Simulation Engine for pre-production testing](agentsimulation)
