File tree 3 files changed +12
-0
lines changed 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,10 @@ apm-server:
285
285
# Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
286
286
# interval: 1m
287
287
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
+
288
292
# Criteria used to match a root transaction to a sample rate.
289
293
# policies: []
290
294
Original file line number Diff line number Diff line change @@ -293,6 +293,10 @@ apm-server:
293
293
# Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
294
294
# interval: 1m
295
295
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
+
296
300
# Criteria used to match a root transaction to a sample rate.
297
301
# policies: []
298
302
Original file line number Diff line number Diff line change @@ -293,6 +293,10 @@ apm-server:
293
293
# Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
294
294
# interval: 1m
295
295
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
+
296
300
# Criteria used to match a root transaction to a sample rate.
297
301
# policies: []
298
302
You can’t perform that action at this time.
0 commit comments