Skip to content

Commit 5cb0f7f

Browse files
Merge pull request #277558 from trask/add-version
Rewording and add starting version
2 parents fa2163b + 9002699 commit 5cb0f7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,15 @@ Starting from verion 3.3.1, you can capture spans for a method in your applicati
433433
## Locally disabling ingestion sampling (preview)
434434

435435
By default, when the effective sampling percentage in the Java agent is 100%
436-
and [ingestion sampling](./sampling-classic-api.md#ingestion-sampling) has been configured,
436+
and [ingestion sampling](./sampling-classic-api.md#ingestion-sampling) has been configured on your Application Insights resource,
437437
then the ingestion sampling percentage will be applied.
438438

439439
Note that this behavior applies to both fixed-rate sampling of 100% and also applies to rate-limited sampling when the
440440
request rate doesn't exceed the rate limit (effectively capturing 100% during the continuously sliding time window).
441441

442-
To manually disable ingestion sampling (and keep 100% of telemetry in these cases even when ingestion sampling has been configured):
442+
Starting from 3.5.3, you can disable this behavior
443+
(and keep 100% of telemetry in these cases even when ingestion sampling has been configured
444+
on your Application Insights resource):
443445

444446
```json
445447
{

0 commit comments

Comments
 (0)