-
Notifications
You must be signed in to change notification settings - Fork 452
apm: Add integration policy variable tail_sampling_ttl
to configure apm-server.sampling.tail.ttl
#13348
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
base: main
Are you sure you want to change the base?
Conversation
tail_sampling_ttl
to configure apm-server.sampling.tail.ttl
@@ -1,7 +1,7 @@ | |||
format_version: 3.1.0 | |||
name: apm | |||
title: Elastic APM | |||
version: 9.0.0-preview-1738343125 | |||
version: 9.1.0-preview-1743184896 | |||
description: Monitor, detect, and diagnose complex application performance issues. | |||
type: integration | |||
categories: ["elastic_stack", "monitoring"] |
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.
Q: do i have to bump the kibana version constraint version: ^9.0.0
to 9.1.0? I don't think it is required
@@ -70,5 +70,8 @@ apm-server: | |||
{{#if tail_sampling_interval}} | |||
interval: {{tail_sampling_interval}} | |||
{{/if}} | |||
{{#if tail_sampling_ttl}} |
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.
Q: not too clear to me why we need the if
for tail_sampling_interval
, but I copied it anyway as they are similar.
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'm convinced it isn't needed after testing without the if
. Removing.
Tested with elastic-package and EA, confirmed that in the computed config
|
💚 Build Succeeded
History
|
|
Proposed commit message
apm: Add policy variable
tail_sampling_ttl
to configureapm-server.sampling.tail.ttl
.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots