Skip to content

Commit 83193bc

Browse files
authored
apm: Document apm-server.sampling.tail.ttl (#4914)
1 parent ed75d36 commit 83193bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ Default: `3GB`. (text)
7676
| Fleet-managed | `Storage limit`
7777
|====
7878

79+
[float]
80+
[id="sampling-tail-ttl-{input-type}"]
81+
=== TTL
82+
Time-to-live (TTL) for trace events stored in the local storage of the APM Server during tail-based sampling. This TTL determines how long trace events are retained in the local storage while waiting for a sampling decision to be made. A greater TTL value increases storage space requirements. Should be at least 2 * Interval (`sampling.tail.interval`).
83+
84+
Default: `30m` (30 minutes). (duration)
85+
86+
|====
87+
| APM Server binary | `sampling.tail.ttl`
88+
| Fleet-managed | `TTL`
89+
|====
90+
7991
// end::tbs-top[]
8092

8193
[float]

0 commit comments

Comments
 (0)