Skip to content

Commit 2ba9afd

Browse files
committed
Update based on PR feedback
1 parent 55730f1 commit 2ba9afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: application-insights
66
ms.topic: conceptual
77
author: mrbullwinkle
88
ms.author: mbullwin
9-
ms.date: 03/14/2019
9+
ms.date: 01/17/2020
1010

1111
ms.reviewer: vitalyg
1212
ms.custom: fasttrack-edit
@@ -21,7 +21,7 @@ When metric counts are presented in the portal, they are renormalized to take in
2121
## Brief summary
2222

2323
* There are three different types of sampling: adaptive sampling, fixed-rate sampling, and ingestion samping.
24-
* 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.
24+
* 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/en-us/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.
2727
* For web applications, if you log custom events and need to ensure that a set of events is retained or discarded together, the events must have the same `OperationId` value.

0 commit comments

Comments
 (0)