# Break down agent latency and errors in your traces

> Traces now report latency and error stats grouped by agent, team, workflow, or endpoint, along with tool and model call stats, so you can see exactly where time goes and where things fail rather than…

- Published: 2026-07-27
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/break-down-agent-latency-and-errors-in-your-traces
- Markdown: https://agno-com-nine.vercel.app/articles/break-down-agent-latency-and-errors-in-your-traces.md

Traces now report latency and error stats grouped by agent, team, workflow, or endpoint, along with tool and model call stats, so you can see exactly where time goes and where things fail rather than reading traces one run at a time. It's available on `PostgresDb` and `SqliteDb`, giving you aggregate performance and reliability views straight from the database you already trace to.

View [Agno’s Tracing docs](https://docs.agno.com/tracing/overview) for more.

View the [platform ops agent cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/05_agent_os/25_agentos_tools/platform_ops_agent.py) for implementation.
