Skip to content

Commit 1253f05

Browse files
Add sampling.tail.ttl to sample yml (#16579) (#17030)
Add sampling.tail.ttl to apm-server.yml and other yml. (cherry picked from commit f17356b) Co-authored-by: Carson Ip <[email protected]>
1 parent fc1a481 commit 1253f05

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

apm-server-fips.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ apm-server:
285285
# Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
286286
#interval: 1m
287287

288+
# TTL determines how long trace events are retained in the local storage while waiting for a sampling decision to be made.
289+
# A greater TTL value increases storage space requirements. Should be at least 2 * interval.
290+
#ttl: 30m
291+
288292
# Criteria used to match a root transaction to a sample rate.
289293
#policies: []
290294

apm-server.docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ apm-server:
293293
# Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
294294
#interval: 1m
295295

296+
# TTL determines how long trace events are retained in the local storage while waiting for a sampling decision to be made.
297+
# A greater TTL value increases storage space requirements. Should be at least 2 * interval.
298+
#ttl: 30m
299+
296300
# Criteria used to match a root transaction to a sample rate.
297301
#policies: []
298302

apm-server.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ apm-server:
293293
# Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
294294
#interval: 1m
295295

296+
# TTL determines how long trace events are retained in the local storage while waiting for a sampling decision to be made.
297+
# A greater TTL value increases storage space requirements. Should be at least 2 * interval.
298+
#ttl: 30m
299+
296300
# Criteria used to match a root transaction to a sample rate.
297301
#policies: []
298302

0 commit comments

Comments
 (0)