Skip to content

Commit 76fadaa

Browse files
committed
apm: specify sampling bypass when discard_on_write_failure is false
1 parent 2ebbf56 commit 76fadaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/apm/cloud/apm-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Some settings that could break your cluster if set incorrectly are blocklisted.
5656
### Version 9.1+ [ec_version_9_1]
5757

5858
`apm-server.sampling.tail.discard_on_write_failure`
59-
: Defines the indexing behavior when trace events fail to be written to storage (e.g. when the storage limit is reached). When set to `false`, traces will be indexed, significantly increasing the indexing load. When set to `true`, traces will be discarded, there will be data loss potentially resulting in broken traces. The default is `false`.
59+
: Defines the indexing behavior when trace events fail to be written to storage (e.g. when the storage limit is reached). When set to `false`, traces will bypass sampling and always be indexed, significantly increasing the indexing load. When set to `true`, traces will be discarded, there will be data loss potentially resulting in broken traces. The default is `false`.
6060

6161
### Version 8.0+ [ec_version_8_0_3]
6262

solutions/observability/apm/configure-apm-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Some settings that could break your cluster if set incorrectly are blocklisted.
8080
### Version 9.1+ [ec_version_9_1]
8181

8282
`apm-server.sampling.tail.discard_on_write_failure`
83-
: Defines the indexing behavior when trace events fail to be written to storage (e.g. when the storage limit is reached). When set to `false`, traces will be indexed, significantly increasing the indexing load. When set to `true`, traces will be discarded, there will be data loss potentially resulting in broken traces. The default is `false`.
83+
: Defines the indexing behavior when trace events fail to be written to storage (e.g. when the storage limit is reached). When set to `false`, traces will bypass sampling and always be indexed, significantly increasing the indexing load. When set to `true`, traces will be discarded, there will be data loss potentially resulting in broken traces. The default is `false`.
8484

8585
### Version 8.0+ [ec_version_8_0_3]
8686

solutions/observability/apm/tail-based-sampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Policies map trace events to a sample rate. Each policy must specify a sample ra
8787

8888
### Discard On Write Failure [sampling-tail-discard-on-write-failure-ref]
8989

90-
Defines the indexing behavior when trace events fail to be written to storage (e.g. when the storage limit is reached). When set to `false`, traces will be indexed, significantly increasing the indexing load. When set to `true`, traces will be discarded, there will be data loss potentially resulting in broken traces.
90+
Defines the indexing behavior when trace events fail to be written to storage (e.g. when the storage limit is reached). When set to `false`, traces will bypass sampling and always be indexed, significantly increasing the indexing load. When set to `true`, traces will be discarded, there will be data loss potentially resulting in broken traces. The default is `false`.
9191

9292
Default: `false`. (bool)
9393

0 commit comments

Comments
 (0)