Skip to content

Commit 39461b9

Browse files
committed
review cx
1 parent 62583db commit 39461b9

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

articles/search/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,14 @@
442442
href: index-add-scoring-profiles.md
443443
- name: Performance and monitoring
444444
items:
445+
- name: Monitor
446+
href: monitor-azure-cognitive-search.md
445447
- name: Performance analysis
446448
href: search-performance-analysis.md
447449
- name: Performance benchmarks
448450
href: performance-benchmarks.md
449451
- name: Tips for better performance
450452
href: search-performance-tips.md
451-
- name: Monitor Azure AI Search
452-
href: monitor-azure-cognitive-search.md
453453
- name: Visualize resource logs
454454
href: search-monitor-logs-powerbi.md
455455
- name: Monitor queries

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

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@ In Azure AI Search, platform metrics measure query performance, indexing volume,
6363

6464
<!-- Platform metrics service-specific information. Add service-specific information about your platform metrics here.-->
6565

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:
71-
72-
+ [Service Statistics (REST)](/rest/api/searchservice/get-service-statistics)
73-
+ [Index Statistics (REST)](/rest/api/searchservice/get-index-statistics)
74-
+ [Document Counts (REST)](/rest/api/searchservice/count-documents)
75-
+ [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-
7966
<!-- ## Prometheus/container metrics. Optional. If your service uses containers/Prometheus metrics, add the following include and information.
8067
[!INCLUDE [horz-monitor-container-metrics](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-container-metrics.md)]
8168
<!-- Add service-specific information about your container/Prometheus metrics here.-->
@@ -213,7 +200,11 @@ The following table lists common and recommended alert rules for Azure AI Search
213200
<!-- You can change the wording and add more links if useful. -->
214201

215202
- [Azure AI Search monitoring data reference](monitor-azure-cognitive-search-data-reference.md)
216-
- [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource)
217-
- [Analyze performance in Azure AI Search](search-performance-analysis.md)
203+
- [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource)
218204
- [Monitor queries](search-monitor-queries.md)
219205
- [Monitor indexer-based indexing](search-howto-monitor-indexers.md)
206+
- [Monitor client-side interactions](search-traffic-analytics.md)
207+
- [Visualize resource logs](search-monitor-logs-powerbi.md)
208+
- [Analyze performance in Azure AI Search](search-performance-analysis.md)
209+
- [Performance benchmarks](performance-benchmarks.md)
210+
- [Tips for better performance](search-performance-tips.md)

0 commit comments

Comments
 (0)