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

# Observability

> Monitor execution stats, errors, and activity for your agents

## Observability

Logic provides an observability dashboard for each agent, giving you a real-time view of how your agent is performing in production.

You can open it from the agent editor using the **observability** icon in the top bar.

<img src="https://mintcdn.com/logic/JFme65otZYsTtNer/screenshots/agent_history.png?fit=max&auto=format&n=JFme65otZYsTtNer&q=85&s=93cf237af2f61176febca96c14f5689c" alt="observability" width="3840" height="2160" data-path="screenshots/agent_history.png" />

### Summary Stats

At the top of the page you'll find high-level metrics for the selected time range:

* **Total Runs** — the total number of executions
* **Success Rate** — the percentage of executions that completed successfully
* **Avg Latency** — the average time taken to execute the agent
* **Active Issues** — the number of distinct errors currently occurring

Use the time range buttons (**6h**, **24h**, **7d**, **30d**, **1y**) to adjust the window.

### Agent Activity

A bar chart showing execution volume over time, helping you spot traffic spikes or drops at a glance.

### Success Rate & Latency Distribution

A breakdown of successful vs. failed executions, alongside a latency histogram showing the spread of response times across your runs.

### Runs by Source

Shows which sources (API, webhook, email, etc.) are triggering your agent, so you can understand where your traffic is coming from.

### Recent Errors

A live feed of the most recent errors encountered during execution. Click any error to see more detail.

## Global Observability

To see execution stats across all agents in your organization at once, click **View global observability** in the top right corner of the observability page.
