telegraf/internal/models
Daniel Nelson 8567dfe7b1 Prevent possible deadlock when using aggregators (#3016)
Looping the metrics back through the same channel could result in a
deadlock, by using a new channel and locking the processor we can ensure
that all stages can make continual progress.
2017-07-13 15:34:21 -07:00
..
filter.go
filter_test.go
makemetric.go Do not allow metrics with trailing slashes (#3007) 2017-07-11 15:54:38 -07:00
running_aggregator.go
running_aggregator_test.go
running_input.go
running_input_test.go Do not allow metrics with trailing slashes (#3007) 2017-07-11 15:54:38 -07:00
running_output.go Prevent Write from being called concurrently (#3011) 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 (#3016) 2017-07-13 15:34:21 -07:00
running_processor_test.go