telegraf/internal
Daniel Nelson b165ce4cd5 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 Add more nested globpath tests 2017-02-01 23:44:35 +00:00
limiter Limit GetMetricStatistics to 10 per second 2016-05-31 11:26:52 +01:00
models Prevent possible deadlock when using aggregators (#3016) 2017-07-13 15:34:21 -07:00
internal.go Fix single quote parsing of TOML durations 2016-11-10 09:47:46 +00:00
internal_test.go Fix single quote parsing of TOML durations 2016-11-10 09:47:46 +00:00