Skip to content

Commit ac269b2

Browse files
authored
feat(agents-insights): update docs (#14580)
1 parent 5e92610 commit ac269b2

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

docs/product/insights/ai/agents/dashboard.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ The dashboard displays key widgets like:
1616

1717
- **Traffic**: Shows agent runs over time, error rates, and releases to track overall activity and health
1818
- **Duration**: Displays response times for your agent executions to monitor performance
19-
- **Recommended Issues**: Highlights recent errors and problems that need attention, including agent failures and exceptions
20-
- **LLM Generations**: Shows the number of language model calls with breakdowns by specific models (claude, 4o-mini, etc.)
21-
- **Tool Usage**: Shows which tools your agents use most frequently
22-
- **Token Usage**: Tracks token consumption over time with breakdown by model
19+
- **Issues**: Highlights recent errors and problems that need attention, including agent failures and exceptions
2320

24-
Underneath these widgets are tables that allow you to view data in more detail:
21+
Underneath these widgets are three segments that offer focused widgets and a detailed distribution table:
2522

26-
- **Traces**: Recent agent runs with duration, errors, number of LLM and tool calls and token usage
27-
- **Models**: Traffic, duration, token usage and errors grouped by model
28-
- **Tools**: Number of requests and their usual durations grouped by tool
23+
- **Traces**: LLM Calls, Tokens Used, and Tool Calls widgets, as well as recent agent runs with duration, errors, number of LLM and tool calls, and token usage
24+
- **Models**: Model Cost, Tokens Used, and Token Types widgets, as well as all used models with durations and token usage
25+
- **Tools**: Tool Calls and Tool Errors widgets, as well as all used tools with durations and errors
2926

3027
![AI Agent Trace Table](./img/trace-table.png)
3128

-31.9 KB
Loading
-13.3 KB
Loading

docs/product/insights/ai/agents/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar_order: 10
44
description: "Learn how to use Sentry's AI Agent monitoring tools to trace and debug your AI agent workflows, including agent runs, tool calls, and model interactions."
55
---
66

7-
<Include name="feature-stage-beta.mdx" />
8-
97
Sentry's AI Agent monitoring tools help you understand what's going on with your AI agent workflows. They automatically collect information about agent runs, tool calls, model interactions, and errors across your entire AI pipeline—from user interaction to final response.
108

119
## Example AI Agent Monitoring Use Cases

0 commit comments

Comments
 (0)