Skip to content
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

Flush based on buffer size rather than time #699

Merged
merged 1 commit into from
Feb 17, 2016
Merged

Flush based on buffer size rather than time #699

merged 1 commit into from
Feb 17, 2016

Commits on Feb 17, 2016

  1. Flush based on buffer size rather than time

    this includes:
    - Add Accumulator to the Start() function of service inputs
    - For message consumer plugins, use the Accumulator to constantly add
      metrics and make Gather a dummy function
    - rework unit tests to match this new behavior.
    - make "flush_buffer_when_full" a config option that defaults to true
    
    closes #666
    sparrc committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ee468be View commit details
    Browse the repository at this point in the history