You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/monitor-azure-cognitive-search.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,19 +63,6 @@ In Azure AI Search, platform metrics measure query performance, indexing volume,
63
63
64
64
<!-- Platform metrics service-specific information. Add service-specific information about your platform metrics here.-->
65
65
66
-
### Get system data from REST APIs
67
-
68
-
Because Azure portal pages are refreshed every few minutes, the numbers reported are approximate, intended to give you a general sense of how well your system is handling requests. Actual metrics, such as queries per second (QPS) may be higher or lower than the number shown on the page. If precision is a requirement, consider using APIs.
69
-
70
-
Azure AI Search REST APIs provide the **Usage** data that's visible in the portal. This information is retrieved from your search service, which you can obtain programmatically:
+[Indexer Status (REST)](/rest/api/searchservice/get-indexer-status)
76
-
77
-
For REST calls, use an [admin API key](search-security-api-keys.md) and [Postman](search-get-started-rest.md) or another REST client to query your search service.
78
-
79
66
<!-- ## Prometheus/container metrics. Optional. If your service uses containers/Prometheus metrics, add the following include and information.
0 commit comments