Skip to content

Commit 37bee2a

Browse files
committed
Fix description
1 parent 7afa990 commit 37bee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/monitor-azure-cognitive-search-data-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This section lists the platform metrics collected for Azure AI Search ([Microsof
2424

2525
| Metric ID | Unit | Description |
2626
|:-------|:-----|:------------|
27-
| DocumentsProcessedCount | Count | Total of the number of documents successfully processed in an indexing operation (either by an indexer or by pushing documents directly). |
27+
| DocumentsProcessedCount | Count | Total of the number of documents successfully processed in an indexing operation by an indexer. |
2828
| SearchLatency | Seconds | Average search latency for queries that execute on the search service. |
2929
| SearchQueriesPerSecond | CountPerSecond | Average of the search queries per second (QPS) for the search service. It's common for queries to execute in milliseconds, so only queries that measure as seconds will appear in a metric like QPS. </br>The minimum is the lowest value for search queries per second that was registered during that minute. The same applies to the maximum value. Average is the aggregate across the entire minute. For example, within one minute, you might have a pattern like this: one second of high load that is the maximum for SearchQueriesPerSecond, followed by 58 seconds of average load, and finally one second with only one query, which is the minimum.|
3030
| SkillExecutionCount | Count | Total number of skill executions processed during an indexer operation. |

0 commit comments

Comments
 (0)