Skip to content

Commit 337ac58

Browse files
authored
apm: Document sampling.tail.ttl config (#1269)
⚠️ **HOLD FOR 9.1** ⚠️ Document `sampling.tail.ttl` config Related to #769 Part of elastic/apm-server#13525
1 parent 25d9162 commit 337ac58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@ Synchronization interval for multiple APM Servers. Should be in the order of ten
7474
| APM Server binary | `apm-server.sampling.tail.interval` |
7575
| Fleet-managed | `Interval` |
7676

77+
### TTL [sampling-tail-ttl-ref]
78+
79+
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 (`apm-server.sampling.tail.interval`).
80+
81+
Default: `30m` (30 minutes). (duration)
82+
83+
| | |
84+
| --- | --- |
85+
| APM Server binary | `apm-server.sampling.tail.ttl` |
86+
| Fleet-managed {applies_to}`stack: ga 9.1` | `TTL` |
87+
88+
7789
### Policies [sampling-tail-policies-ref]
7890

7991
Criteria used to match a root transaction to a sample rate.

0 commit comments

Comments
 (0)