Skip to content

Commit fb7162b

Browse files
committed
Adding note about Java rate-limited sampling
1 parent c601019 commit fb7162b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-monitor/app/sampling.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ The following table summarizes the sampling types available for each SDK and typ
3737
| Python | No | [Yes](#configuring-fixed-rate-sampling-for-opencensus-python-applications) | Only if no other sampling is in effect |
3838
| All others | No | No | [Yes](#ingestion-sampling) |
3939

40-
> [!NOTE]
41-
> The information on most of this page applies to the current versions of the Application Insights SDKs. For information on older versions of the SDKs, [see the section below](#older-sdk-versions).
40+
> [!NOTES]
41+
> - The Java Application Agent 3.4.0 and later uses rate-limited sampling as the default when sending telemetry to Application Insights. For more information, see [Rate-limited sampling](java-standalone-config#rate-limited-sampling).
42+
> - The information on most of this page applies to the current versions of the Application Insights SDKs. For information on older versions of the SDKs, [see the section below](#older-sdk-versions).
4243
4344
## When to use sampling
4445

0 commit comments

Comments
 (0)