Skip to content

Commit 13637d4

Browse files
committed
[apm]: Add changes to storage limit behavior based on the Discard On Write Failure config
1 parent 03961cc commit 13637d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/observability/apm/configure/sampling.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This final policy is used to catch remaining trace events that don't match a str
6767
=== Storage limit
6868
The amount of storage space allocated for trace events matching tail sampling policies. Caution: Setting this limit higher than the allowed space may cause APM Server to become unhealthy.
6969

70-
If the configured storage limit is insufficient, it logs "configured storage limit reached". The event will bypass sampling and will always be indexed when storage limit is reached.
70+
If the configured storage limit is insufficient, it logs "configured storage limit reached". When the storage limit is reached, the event will be indexed or discarded based on the <<sampling-tail-discard_on_write_failure-{input-type},Discard On Write Failure>> configuration.
7171

7272
Default: `3GB`. (text)
7373

0 commit comments

Comments
 (0)