Skip to content

Commit 810ba04

Browse files
author
Berni Torres
committed
addressing PR feedback. Bulleted list and capping issues
1 parent 328a1d1 commit 810ba04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/search/search-monitor-usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ ms.author: betorres
2222

2323
Azure Search offers various resources for tracking usage and performance of search services. It gives you access to metrics, logs, index statistics, and extended monitoring capabilities on Power BI. This article describes how to enable the different monitoring strategies and how to interpret the resulting data.
2424

25-
## Azure Search Metrics
25+
## Azure Search metrics
2626
Metrics give you near real-time visibility into your search service and are available for every service, with no additional setup. They let you track the performance of your service for up to 30 days.
2727

2828
Azure Search collects data for three different metrics:
2929

30-
1. Search latency: Time the search service needed to process search queries, aggregated per minute.
31-
2. Search queries per second (QPS): Number of search queries received per second, aggregated per minute.
32-
3. Throttled search queries percentage: Percentage of search queries that were throttled, aggregated per minute.
30+
* Search latency: Time the search service needed to process search queries, aggregated per minute.
31+
* Search queries per second (QPS): Number of search queries received per second, aggregated per minute.
32+
* Throttled search queries percentage: Percentage of search queries that were throttled, aggregated per minute.
3333

3434
![Screenshot of QPS activity][1]
3535

articles/search/search-traffic-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 04/05/2017
1717
ms.author: betorres
1818
---
1919

20-
# Using Search Traffic Analytics
20+
# What is search traffic analytics
2121
Search traffic analytics is a pattern for implementing a feedback loop for your search service. This pattern describes the necessary data and how to collect it using Application Insights, an industry leader for monitoring services in multiple platforms.
2222

2323
Search traffic analytics lets you gain visibility into your search service and unlock insights about your users and their behavior. By having data about what your users choose, it's possible to make decisions that further improve your search experience, and to back off when the results are not what expected.
@@ -36,7 +36,7 @@ There are two signals Search Traffic Analytics needs:
3636

3737
By linking search and click events with a correlation id, it's possible to analyze the behaviors of users on your application. These search insights are impossible to obtain with only search traffic logs.
3838

39-
## How to implement Search Traffic Analytics
39+
## How to implement search traffic analytics
4040

4141
The signals mentioned in the preceding section must be gathered from the search application as the user interacts with it. Application Insights is an extensible monitoring solution, available for multiple platforms, with flexible instrumentation options. Usage of Application Insights lets you take advantage of the Power BI search reports created by Azure Search to make the analysis of data easier.
4242

0 commit comments

Comments
 (0)