Skip to content

Commit 05b6f96

Browse files
committed
adding metrics
1 parent 8b65f84 commit 05b6f96

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

articles/ai-services/agents/reference/monitor-service.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,8 @@ See [Monitor Azure AI Agent Service](../how-to/metrics.md) for details on the da
1919

2020
Here are the most important metrics we think you should monitor for Azure AI Agent Service. Later in this article is a longer list of all available metrics which contains more details on metrics in this shorter list. _See the below list for most up to date information. We're working on refreshing the tables in the following sections._
2121

22-
- Cancel Requested Runs
23-
- Canceled Runs
24-
- Completed Runs
25-
- Errors
26-
- Failed Runs
27-
- Finalizing Runs
28-
- Not Responding Runs
29-
- Not Started Runs
30-
- Preparing Runs
31-
- Provisioning Runs
32-
- Queued Runs
33-
- Started Runs
34-
- Starting Runs
35-
- Warnings
22+
- [Runs](#category-agents)
23+
- [Indexed files](#category-agents)
3624
<!-- - Indexed files -->
3725

3826
## Supported metrics
@@ -42,6 +30,15 @@ This section lists all the automatically collected platform metrics for this ser
4230
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
4331
[!INCLUDE [Microsoft.MachineLearningServices/workspaces](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-machinelearningservices-workspaces-metrics-include.md)]
4432

33+
## Category: Agents
34+
35+
36+
|Metric |Name in REST API |Unit | Aggregation | Dimension | Time grains | DS Export |
37+
|---------|---------|---------|---------|---------|---------|---------|
38+
|Runs <br> The number of runs in a given timeframe. | `RunCount` | Count | Total (sum), Average, Minimum, Maximum, Count | `ResourceId`, `ProjectId`, `AgentId`, `StreamType`, `Region`, `StatusCode (successful, clienterrors, server errors)`, `RunStatus (started, completed, failed, cancelled, expired)` | PT1M | Yes |
39+
|Indexed files <br> Number of files indexed for file search | `IndexedFiles` | Count | Count, Average, Minimum, Maxmimum | `ResourceId`, `ProjectId`, `VectorStoreId`, `StreamType`, `Region`, `Status`, `ErrorCode` | PT1M | Yes |
40+
41+
4542
## Related content
4643

4744
- See [Monitor Azure AI Agent Service](../how-to/metrics.md) for a description of monitoring Azure AI Agent Service.

0 commit comments

Comments
 (0)