mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-13 22:58:50 +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.