-
Notifications
You must be signed in to change notification settings - Fork 27
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
Enhancement Request: Period flush or a function call to flush BufferedMetricSink #100
Comments
Hi @rohitjoshi , |
@56quarters Due to the peak throughput requirement (500K+), I have increased buffer to 8196 and would like to periodically flush when volume is too low. |
Got it, that makes sense. I think adding a |
👍 Thank you 🙏 |
Allow applications to periodically flush any buffered metrics before they would otherwise be flushed due to the buffer filling up. Fixes #100
Allow applications to periodically flush any buffered metrics before they would otherwise be flushed due to the buffer filling up. Fixes #100
Can you support
|
I don't think it makes sense to add this very I/O focused method to the |
Most of the application will have varying traffic and may be very lower and may not reach the buffer size. Is it possible to provide a flush() function so application can call it periodically?
The text was updated successfully, but these errors were encountered: