-
Notifications
You must be signed in to change notification settings - Fork 162
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
Conversation
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.
I wonder if we should hold off from merging it until 9.1 and 8.19 release, because having these unreleased versions in public docs can be confusing.
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.
This looks good to me, but if you don't want this to be published until 9.1 you should hold off on merging as you mentioned.
(Spoiler: We're working on some changes to how to handle PRs like this that contain content for future versions and how to annotate version applicability of individual settings. If these features are available in docs-builder before the 9.1 release, I'll make updates here.)
🔍 Preview links for changed docs |
Co-authored-by: simitt <[email protected]>
Document `sampling.tail.discard_on_write_failure` config. I sourced the config explanation from [here](https://github.com/elastic/apm-server/blob/613b774ba953d159584c666cd7d0753404374318/x-pack/apm-server/sampling/config.go#L115-L118) please let me know if the description is incorrect or unclear in any way. Updated pages can be found in the docs preview here: - https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/1453/reference/apm/cloud/apm-settings - https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/1453/solutions/observability/apm/tail-based-sampling - https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/1453/solutions/observability/apm/configure-apm-server - https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/1453/solutions/observability/apm/transaction-sampling#_tail_based_sampling_performance_and_requirements ## Checklist - [ ] Wait for PR #1269 to be merged and incorporate changes. ## Related issues Part of elastic/apm-server#15330 --------- Co-authored-by: Carson Ip <[email protected]> Co-authored-by: florent-leborgne <[email protected]>
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.
LGTM
Document
sampling.tail.ttl
configRelated to #769
Part of elastic/apm-server#13525