Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/en/observability/apm/configure/sampling.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ Default: `3GB`. (text)
| Fleet-managed | `Storage limit`
|====

[float]
[id="sampling-tail-ttl-{input-type}"]
=== TTL
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.
Comment thread
carsonip marked this conversation as resolved.
Outdated

Default: `30m` (30 minutes). (duration)

|====
| APM Server binary | `sampling.tail.ttl`
| Fleet-managed (version 8.19+) | `TTL`
Comment thread
carsonip marked this conversation as resolved.
Outdated
|====

// end::tbs-top[]

[float]
Expand Down