mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-18 00:56:34 +10:00
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