telegraf/internal/config
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
..
testdata Change [tags] to [global_tags] to deal with toml bug 2016-02-08 16:20:47 -07:00
config.go Flush based on buffer size rather than time 2016-02-16 22:25:22 -07:00
config_test.go Support exec input plugin legacy behavior 2016-02-10 13:26:02 -07:00