telegraf/internal
Cameron Sparr ee468be696 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
2016-02-16 22:25:22 -07:00
..
config Flush based on buffer size rather than time 2016-02-16 22:25:22 -07:00
models Flush based on buffer size rather than time 2016-02-16 22:25:22 -07:00
internal.go Implementing generic parser plugins and documentation 2016-02-08 21:08:44 -07:00
internal_test.go Implement Glob matching for pass/drop filters 2015-12-07 16:58:31 -07:00