Skip to content

Commit 99ef44a

Browse files
committed
Acrolinx feedback changes
1 parent 601b484 commit 99ef44a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/sampling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When metric counts are presented in the portal, they are renormalized to take in
2020

2121
## Brief summary
2222

23-
* There are three different types of sampling: adaptive sampling, fixed-rate sampling, and ingestion samping.
23+
* There are three different types of sampling: adaptive sampling, fixed-rate sampling, and ingestion sampling.
2424
* Adaptive sampling is enabled by default in all the latest versions of the Application Insights ASP.NET and ASP.NET Core Software Development Kits (SDKs). It is also used by [Azure Functions](https://docs.microsoft.com/azure/azure-functions/functions-overview).
2525
* Fixed-rate sampling is available in recent versions of the Application Insights SDKs for ASP.NET, ASP.NET Core, Java, and Python.
2626
* Ingestion sampling works on the Application Insights service endpoint. It only applies when no other sampling is in effect. If the SDK samples your telemetry, ingestion sampling is disabled.
@@ -109,7 +109,7 @@ In [`ApplicationInsights.config`](../../azure-monitor/app/configuration-with-app
109109

110110
* `<ExcludedTypes>Trace;Exception</ExcludedTypes>`
111111

112-
A semi-colon delimited list of types that you do not want to be subject to sampling. Recognized types are: `Dependency`, `Event`, `Exception`, `PageView`, `Request`, `Trace`. All telemetry of the specified types are transmitted; the types that are not specified will be sampled.
112+
A semi-colon delimited list of types that you do not want to be subject to sampling. Recognized types are: `Dependency`, `Event`, `Exception`, `PageView`, `Request`, `Trace`. All telemetry of the specified types is transmitted; the types that are not specified will be sampled.
113113

114114
* `<IncludedTypes>Request;Dependency</IncludedTypes>`
115115

@@ -514,7 +514,7 @@ The accuracy of the approximation largely depends on the configured sampling per
514514

515515
*What happens if I configure the sampling percentage to be too low?*
516516

517-
* Excessively low sampling percentages (over-aggressive sampling) reduces the accuracy of the approximations when Application Insights attempts to compensate the visualization of the data for the data volume reduction. Also your diagnostic experience might be negatively impacted, as some of the infrequently failing or slow requests may be sampled out.
517+
* Excessively low sampling percentages cause over-aggressive sampling, and reduce the accuracy of the approximations when Application Insights attempts to compensate the visualization of the data for the data volume reduction. Also your diagnostic experience might be negatively impacted, as some of the infrequently failing or slow requests may be sampled out.
518518

519519
*What happens if I configure the sampling percentage to be too high?*
520520

0 commit comments

Comments
 (0)