mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-28 14:06:03 +10:00
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.