Skip to content

Commit 4e31ae4

Browse files
committed
removing extra file
1 parent d5fa256 commit 4e31ae4

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: 07/23/2025
4+
ms.date: 06/02/2025
55
ms.custom: horz-monitor, subject-monitoring
66
ms.topic: conceptual
77
author: aahill
@@ -47,17 +47,17 @@ For a list of all metrics it's possible to gather for all resources in Azure Mon
4747
## Azure AI Foundry Agent Service metrics
4848
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:
4949

50-
| Metric | Description | Name in REST API | Unit | Aggregation | Dimensions | Time Grains| DS Export |
51-
|---------------------|-----------------------------------------------------------------------------------------|--------------------------|-------------|----------------------------------------|-----------------------------------------------------------------|-----------|
52-
| Agent Events | Number of events (create, delete, update) for AI Agents in this project | `AgentEvents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
53-
| 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 |
54-
| Runs | Number of runs by AI Agents in this project | `AgentRuns` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `RunStatus`, `StatusCode`, `StreamType`, `ThreadId` | PT1M | No |
55-
| 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 |
56-
| 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 |
57-
| 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 |
58-
| 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 |
59-
| 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 |
60-
| Tool Calls | Number of tool calls made by AI Agents in this project | `AgentToolCalls` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ToolName` | PT1M | No |
50+
| **Metric** | **Name in REST API** | **Unit** | **Aggregation** | **Dimensions** | **Time Grains** | **DS Export** |
51+
|-----------------|----------------------|----------|--------------------------------------------|--------------------------------------------------------|-----------------|---------------|
52+
| Agents | `Agents` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
53+
| IndexedFiles | `IndexedFiles` | Count | Average, Maximum, Minimum, Total (Sum) | `ErrorCode`, `Status`, `VectorStoreId` | PT1M | No |
54+
| Messages | `Messages` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType`, `ThreadId` | PT1M | No |
55+
| Runs | `Runs` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `RunStatus`, `StatusCode`, `StreamType` | PT1M | No |
56+
| Threads | `Threads` | Count | Average, Maximum, Minimum, Total (Sum) | `EventType` | PT1M | No |
57+
| Tokens | `Tokens` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `TokenType` | PT1M | No |
58+
| ToolCalls | `ToolCalls` | Count | Average, Maximum, Minimum, Total (Sum) | `AgentId`, `ToolName` | PT1M | No |
59+
60+
6161

6262
## Analyze monitoring data
6363

0 commit comments

Comments
 (0)