telegraf/internal
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
..
buffer Fix possible deadlock when output cannot write. (#2610) 2017-03-31 12:45:28 -07:00
config Add Kafka 0.9+ consumer support (#2487) 2017-06-07 18:22:28 -07:00
globpath
limiter
models Prevent possible deadlock when using aggregators (#3016) 2017-07-13 15:34:21 -07:00
internal.go
internal_test.go