Skip to content

Commit c4992e0

Browse files
committed
reword
1 parent 6f30a17 commit c4992e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -430,16 +430,16 @@ Starting from verion 3.3.1, you can capture spans for a method in your applicati
430430
}
431431
```
432432

433-
## Disable ingestion sampling (preview)
433+
## Locally disabling ingestion sampling (preview)
434434

435-
By default, when the sampling percentage is 100%, and
436-
[ingestion sampling](./sampling-classic-api.md#ingestion-sampling)
437-
is set to something less than 100%, then ingestion sampling is applied.
435+
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,
437+
then the ingestion sampling percentage will be applied.
438438

439-
Note that this behavior also applies to rate-limited sampling when the rate limit is not exceeded,
440-
since in that case effectively 100% of telemetry is captured.
439+
Note that this behavior applies to both fixed-rate sampling of 100% and also applies to rate-limited sampling when the
440+
request rate doesn't exceed the rate limit (effectively capturing 100% during the continuously sliding time window).
441441

442-
If you want to disable ingestion sampling:
442+
To manually disable ingestion sampling (and keep 100% of telemetry in these cases even when ingestion sampling has been configured):
443443

444444
```json
445445
{

0 commit comments

Comments
 (0)