telegraf/internal/models
Piotr Popieluch 601dc99606 Align aggregator period with internal ticker to avoid skipping metrics ()
By the time the aggregator.run() was called about 600ms already passed since setting now which was skewing up the aggregation intervals and skipping metrics.
2018-01-18 17:37:53 -08:00
..
filter.go Fix filtering when both pass and drop match an item () 2017-07-21 10:53:57 -07:00
filter_test.go Fix filtering when both pass and drop match an item () 2017-07-21 10:53:57 -07:00
makemetric.go Fix panic when handling string fields with escapes () 2017-08-30 21:16:37 -07:00
running_aggregator.go Align aggregator period with internal ticker to avoid skipping metrics () 2018-01-18 17:37:53 -08:00
running_aggregator_test.go Align aggregator period with internal ticker to avoid skipping metrics () 2018-01-18 17:37:53 -08:00
running_input.go readme fixup & test output fixup 2017-01-09 12:28:13 +00:00
running_input_test.go Fix panic when handling string fields with escapes () 2017-08-30 21:16:37 -07:00
running_output.go Prevent Write from being called concurrently () 2017-07-12 12:03:23 -07:00
running_output_test.go running output: Drop nil metrics 2017-02-01 08:55:22 +00:00
running_processor.go Prevent possible deadlock when using aggregators () 2017-07-13 15:34:21 -07:00
running_processor_test.go Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00