Skip to content
Snippets Groups Projects
  • Cameron Sparr's avatar
    ee468be6
    Flush based on buffer size rather than time · ee468be6
    Cameron Sparr authored
    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
    ee468be6
    History
    Flush based on buffer size rather than time
    Cameron Sparr authored
    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