-
Notifications
You must be signed in to change notification settings - Fork 171
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
apm: change default sampling.tail.storage_limit #4814
base: main
Are you sure you want to change the base?
Conversation
It looks like this PR modifies one or more |
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
|
@@ -67,9 +67,14 @@ This final policy is used to catch remaining trace events that don't match a str | |||
=== Storage limit | |||
The amount of storage space allocated for trace events matching tail sampling policies. Caution: Setting this limit higher than the allowed space may cause APM Server to become unhealthy. | |||
|
|||
A value of `0` or equivalent (e.g. `0GB`) means unlimited local tail sampling database size |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[to reviewer] Feel free to improve the description. I'm sure there's a better way to express this.
Description
Update default value of apm-server
sampling.tail.storage_limit
to0
as part of elastic/apm-server#14933This is the new default from 9.0.
Documentation sets edited in this PR
Check all that apply.
docs/en/observability/*
)docs/en/serverless/*
)docs/en/integrations/*
)Related issue
Part of elastic/apm-server#14933
Checklist
Follow-up tasks
Select one.