Skip to content

Commit 4a0c31b

Browse files
committed
Update docs
1 parent f246586 commit 4a0c31b

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

reference/apm/cloud/apm-settings.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ If a setting is not supported by {{ech}}, you will get an error message when you
5151
Some settings that could break your cluster if set incorrectly are blocklisted. The following settings are generally safe in cloud environments. For detailed information about APM settings, check the [APM documentation](/solutions/observability/apm/configure-apm-server.md).
5252
::::
5353

54+
### Version 9.0+ [ec_version_9_0]
55+
56+
`apm-server.sampling.tail.ttl`
57+
: 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 the required storage space.
5458

5559
### Version 8.0+ [ec_version_8_0_3]
5660

@@ -121,9 +125,6 @@ The following `apm-server.auth.anonymous.*` settings can be configured to restri
121125
`apm-server.sampling.tail.interval`
122126
: Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
123127

124-
`apm-server.sampling.tail.ttl`
125-
: FIXME
126-
127128
`logging.level`
128129
: Sets the minimum log level. The default log level is error. Available log levels are: error, warning, info, or debug.
129130

solutions/observability/apm/configure-apm-server.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ If a setting is not supported on {{ecloud}}, you will get an error message when
7474
Some settings that could break your cluster if set incorrectly are blocklisted. The following settings are generally safe in cloud environments. For detailed information about APM settings, check the [APM documentation](/solutions/observability/apm/configure-apm-server.md).
7575
::::
7676

77+
### Version 9.0+ [ec_version_9_0]
78+
79+
`apm-server.sampling.tail.ttl`
80+
: 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 the required storage space.
81+
7782
### Version 8.0+ [ec_version_8_0_3]
7883

7984
This stack version removes support for some previously supported settings. These are all of the supported settings for this version:
@@ -143,9 +148,6 @@ The following `apm-server.auth.anonymous.*` settings can be configured to restri
143148
`apm-server.sampling.tail.interval`
144149
: Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.
145150

146-
`apm-server.sampling.tail.ttl`
147-
: FIXME
148-
149151
`logging.level`
150152
: Sets the minimum log level. The default log level is error. Available log levels are: error, warning, info, or debug.
151153

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Synchronization interval for multiple APM Servers. Should be in the order of ten
7373

7474
### TTL [sampling-tail-ttl-ref]
7575

76-
FIXME
76+
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 the required storage space. Default: `30m` (30 minutes). (duration)
7777

7878
| | |
7979
| --- |---------------------|

solutions/observability/apm/transaction-sampling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Synchronization interval for multiple APM Servers. Should be in the order of ten
314314

315315
##### TTL [sampling-tail-ttl]
316316

317-
FIXME
317+
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 the required storage space. Default: `30m` (30 minutes). (duration)
318318

319319
| | |
320320
| --- |---------------------|

0 commit comments

Comments
 (0)