You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/observability/apm/configure/sampling.asciidoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,18 @@ Default: `3GB`. (text)
76
76
| Fleet-managed | `Storage limit`
77
77
|====
78
78
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`).
0 commit comments