-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Introduce Buffer Strategy agent config options #14805
Comments
next steps: get draft PR up to start testing. Can do this one option at a time. |
@powersj now that we do have the spec thing, should we first get a PR for the spec and then put up the actual PR referencing this spec? Doesn't exclude a draft-PR before the spec though... |
Yes, I agree, it would be good to at least have a PR for the draft. |
We have this overflow problem, too. |
#15564 has landed and is available in nighties. We will keep the older issue open while we collect feedback as we do consider this experimental. |
Use Case
Introduce a new agent config option which specifies a specific buffer strategy. It would have three options:
The key items to consider are:
The config would take two parameters:
These additional options could cause the disk to fill up and that is on the user to figure out and avoid.
Expected behavior
Allow the user to determine which strategy to use for the buffer.
Actual behavior
Only use in-memory buffer and when it overflows, metrics are discarded.
Additional info
No response
The text was updated successfully, but these errors were encountered: