-
Notifications
You must be signed in to change notification settings - Fork 532
TBS: Expose TTL config via integration policy #13525
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
Comments
Input from @carsonip for this task:
Moving it to it-109 before 9.1 FF. |
I've discussed with UI team internally and apparently the UI will fetch the policy, display configs that it supports, then merge it back to the fetched policy to save it. i.e. If there's a policy config that isn't supported in the UI, there's no side effect on loading and saving them in the UI. Therefore, we can decouple the integration package work and it is not necessary to release it with the UI at the same time. UI support is preferred but it will not be a blocker. I'll still target 9.1 for the change in integration package. Q:
|
|
Tail based sampling TTL
sampling.tail.ttl
config is only configurable via apm-server.yml, and is not available to fleet-managed apm-server. TTL is a useful knob to adjust TBS storage usage if storage limit is reached andsampling.tail.storage_limit
cannot be further increased for any reason.Add TTL config to integration policy, APM UI, and docs.
Files requiring changes (and possibly more):
The text was updated successfully, but these errors were encountered: