Skip to content

Commit 8c62297

Browse files
committed
updating agents metrics
1 parent d99509d commit 8c62297

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/ai-foundry/agents/how-to/metrics.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitor Azure AI Foundry Agent Service
33
description: Start here to learn how to use Azure Monitor to capture and analyze metrics for your Azure AI Foundry Agent Service.
4-
ms.date: 06/02/2025
4+
ms.date: 07/23/2025
55
ms.custom: horz-monitor, subject-monitoring
66
ms.topic: conceptual
77
author: aahill
@@ -45,17 +45,17 @@ For a list of all metrics it's possible to gather for all resources in Azure Mon
4545
## Azure AI Foundry Agent Service metrics
4646
Azure AI Foundry Agent Service has commonality with a subset of Azure AI services. Here's a list of currently available metrics on Azure Monitor:
4747

48-
| **Metric** | **Name in REST API** | **Unit** | **Aggregation** | **Dimensions** | **Time Grains** | **DS Export** |
49-
|-----------------|----------------------|----------|--------------------------------------------|--------------------------------------------------------|-----------------|---------------|
50-
| Agents | `Agents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
51-
| IndexedFiles | `IndexedFiles` | Count | Average, Maximum, Minimum, Total (Sum) | `ErrorCode`, `Status`, `VectorStoreId` | PT1M | No |
52-
| Messages | `Messages` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType`, `ThreadId` | PT1M | No |
53-
| Runs | `Runs` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `RunStatus`, `StatusCode`, `StreamType` | PT1M | No |
54-
| Threads | `Threads` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
55-
| Tokens | `Tokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `TokenType` | PT1M | No |
56-
| ToolCalls | `ToolCalls` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ToolName` | PT1M | No |
57-
58-
48+
| Metric | Description | Name in REST API | Unit | Aggregation | Dimensions | Time Grains| DS Export |
49+
|---------------------|-----------------------------------------------------------------------------------------|--------------------------|-------------|----------------------------------------|-----------------------------------------------------------------|-----------|
50+
| Agent Events | Number of events (create, delete, update) for AI Agents in this project | `AgentEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
51+
| Indexed Files Read | Number of indexed files read by AI agents via file search in this project | `AgentIndexedFilesRead` | Count | Average, Maximum, Minimum, Total (Sum) | `ErrorCode`, `Status`, `VectorStoreId`, `AgentId` | PT1M | No |
52+
| Runs | Number of runs by AI Agents in this project | `AgentRuns` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `RunStatus`, `StatusCode`, `StreamType`, `ThreadId` | PT1M | No |
53+
| User Message Events | Number of events (create, update delete) for user messages to AI Agents in this project | `AgentUserMessageEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType`, `AgentId`, `ThreadId` | PT1M | No |
54+
| Thread Events | Number of events (create, delete) for AI Agent threads in this project | `AgentThreadEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `EventType` | PT1M | No |
55+
| Input Tokens | Number of prompt tokens processed (input) by AI Agents in this project | `AgentInputTokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ModelName`, `ModelVersion` | PT1M | No |
56+
| Output Tokens | Number of tokens generated (output) by AI Agents in this project | `AgentOutputTokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ModelName`, `ModelVersion` | PT1M | No |
57+
| Total Tokens | Sum of tokens processed (input) and generated (output) by AI Agents in this project | `AgentTotalTokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ModelName`, `ModelVersion` | PT1M | No |
58+
| Tool Calls | Number of tool calls made by AI Agents in this project | `AgentToolCalls` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ToolName` | PT1M | No |
5959

6060
## Analyze monitoring data
6161

0 commit comments

Comments
 (0)