telegraf/agent
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
..
accumulator.go Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
accumulator_test.go Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
agent.go Prevent possible deadlock when using aggregators (#3016) 2017-07-13 15:34:21 -07:00
agent_test.go Refactor collection_jitter and flush_jitter 2016-05-31 14:24:32 +01:00