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

[8.16](backport #4779) Note features that are not supported in serverless #4802

Merged
merged 1 commit into from
Jan 29, 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<titleabbrev>Centrally configure APM agents in Kibana</titleabbrev>
++++

[NOTE]
====
APM agent central configuration is _not_ compatible with {serverless-docs}[{serverless-full}].
====

APM Agent configuration allows you to fine-tune your APM agent configuration from within the Applications UI.
Changes are automatically propagated to your APM agents, so there's no need to redeploy.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ Refer to the documentation of your favorite OpenTelemetry agent or SDK for more
== Tail-based sampling

[NOTE]
.Support for tail-based sampling
====
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.

Tail-based sampling is _not_ compatible with {serverless-docs}[{serverless-full}].
====

In tail-based sampling, the sampling decision for each trace is made after the trace has completed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<titleabbrev>Use feature roles</titleabbrev>
++++

[NOTE]
====
Kibana custom roles are _not_ compatible with {serverless-docs}[{serverless-full}].
====

Manage access on a feature-by-feature basis by creating several custom feature-related _roles_ and assigning one or more of these roles to each _user or group_ based on which features they need to access.

[TIP]
Expand Down