Skip to content

Commit f94eda6

Browse files
committed
disable instead of enable
1 parent cfa0c39 commit f94eda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 `true` to enable 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 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.
168168

169169
_(New in version 7.1.0)_
170170

0 commit comments

Comments
 (0)