Skip to content

Commit ab1cd0b

Browse files
committed
Noting sampling may affect alerting accuracy
1 parent 272135f commit ab1cd0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-monitor/app/sampling.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,12 @@ To address the problems introduced by sampling pre-aggregated metrics are used i
503503

504504
## Frequently asked questions
505505

506+
*Does sampling affect alerting accuracy?*
507+
Yes. Alerts can only trigger upon sampled data. Aggressive filtering may result in alerts not firing as expected.
508+
509+
> [!NOTE]
510+
> Sampling is not applied to Metrics, but Metrics can be derived from sampled data. In this way sampling may indirectly affect alerting accuracy.
511+
506512
*What is the default sampling behavior in the ASP.NET and ASP.NET Core SDKs?*
507513

508514
* If you are using one of the latest versions of the above SDK, Adaptive Sampling is enabled by default with five telemetry items per second.

0 commit comments

Comments
 (0)