Skip to content
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

Clarify that tail-based sampling is only available for ES output #4734

Merged
merged 1 commit into from
Jan 3, 2025
Merged
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: 2 additions & 1 deletion docs/en/observability/apm/configure/sampling.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
****
image:./binary-yes-fm-yes.svg[supported deployment methods]

Most options on this page are supported by all APM Server deployment methods.
Most options on this page are supported by all APM Server deployment methods when writing to {es}.
If you are using a different <<apm-configuring-output,output>>, tail-based sampling is _not_ supported.
****

Tail-based sampling configuration options.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ Refer to the documentation of your favorite OpenTelemetry agent or SDK for more
[[apm-tail-based-sampling]]
== Tail-based sampling

[NOTE]
====
Tail-based sampling is only supported when writing to {es}.
If you are using a different <<apm-configuring-output,output>>, tail-based sampling is _not_ supported.
====

In tail-based sampling, the sampling decision for each trace is made after the trace has completed.
This means all traces will be analyzed against a set of rules, or policies, which will determine the rate at which they are sampled.

Expand Down
Loading