Skip to content

Commit 6e98ce4

Browse files
adinauerlizokm
andauthored
Apply suggestions from code review
Co-authored-by: Liza Mock <[email protected]>
1 parent f94eda6 commit 6e98ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/platforms/java/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ _(New in version 6.0.0)_
164164

165165
<ConfigKey name="enable-backpressure-handling">
166166

167-
Set this boolean to `false` to disable automatic downsampling of transactions while the system is under load. The `tracesSampleRate` is halved for every failing health check up to 10 times, roughly meaning 0.001% of the original `tracesSampleRate`. Any positive health check will reset `tracesSampleRate` to its original value. Health checks are happening in the background every 10 seconds and check for queue drops as well as rate limiting.
167+
Set this boolean to `false` to disable automatic downsampling of transactions while the system is under load. The `tracesSampleRate` is halved for every failing health check up to 10 times, (roughly 0.001% of the original `tracesSampleRate`). Any positive health check will reset `tracesSampleRate` to its original value. Health checks run in the background every 10 seconds, checking for queue drops and rate limiting.
168168

169169
_(New in version 7.1.0)_
170170

docs/platforms/java/common/configuration/sampling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We recommend sampling your transactions for two reasons:
2929

3030
Choose a sampling rate with the goal of finding a balance between performance and volume concerns with data accuracy. You don't want to collect _too_ much data, but you want to collect sufficient data from which to draw meaningful conclusions. If you’re not sure what rate to choose, start with a low value and gradually increase it as you learn more about your traffic patterns and volume.
3131

32-
If you would like Sentry to automatically downsample while the system is under load, take a look at <PlatformLink to="/configuration/options/#enable-backpressure-handling"><PlatformIdentifier name="enable-backpressure-handling" /></PlatformLink>.
32+
If you'd like Sentry to automatically downsample while the system is under load, take a look at <PlatformLink to="/configuration/options/#enable-backpressure-handling"><PlatformIdentifier name="enable-backpressure-handling" /></PlatformLink>.
3333

3434
## Configuring the Transaction Sample Rate
3535

0 commit comments

Comments
 (0)