Skip to content

apm: Document sampling.tail.ttl config #1269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions reference/apm/cloud/apm-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ The following `apm-server.auth.anonymous.*` settings can be configured to restri
`apm-server.sampling.tail.interval`
: Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.

`apm-server.sampling.tail.ttl`
: FIXME

`logging.level`
: Sets the minimum log level. The default log level is error. Available log levels are: error, warning, info, or debug.

Expand Down
3 changes: 3 additions & 0 deletions solutions/observability/apm/configure-apm-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ The following `apm-server.auth.anonymous.*` settings can be configured to restri
`apm-server.sampling.tail.interval`
: Synchronization interval for multiple APM Servers. Should be in the order of tens of seconds or low minutes.

`apm-server.sampling.tail.ttl`
: FIXME

`logging.level`
: Sets the minimum log level. The default log level is error. Available log levels are: error, warning, info, or debug.

Expand Down
10 changes: 10 additions & 0 deletions solutions/observability/apm/tail-based-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ Synchronization interval for multiple APM Servers. Should be in the order of ten
| APM Server binary | `sampling.tail.interval` |
| Fleet-managed | `Interval` |

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

FIXME

| | |
| --- |---------------------|
| APM Server binary | `sampling.tail.ttl` |
| Fleet-managed | `TTL` |


### Policies [sampling-tail-policies-ref]

Criteria used to match a root transaction to a sample rate.
Expand Down
9 changes: 9 additions & 0 deletions solutions/observability/apm/transaction-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,15 @@ Synchronization interval for multiple APM Servers. Should be in the order of ten
| APM Server binary | `sampling.tail.interval` |
| Fleet-managed | `Interval` |

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

FIXME

| | |
| --- |---------------------|
| APM Server binary | `sampling.tail.ttl` |
| Fleet-managed | `TTL` |

##### Policies [sampling-tail-policies]

Criteria used to match a root transaction to a sample rate.
Expand Down
Loading