Thank you @willcooke for the detailed explanation and reference, I am able to absorb from the git reference but want to make sure my understandings are correct. If you do not mind, can you please clarify further:
-
One telegraf config file with multiple devices/IPs to monitor, for example
agents = [ "IP1", "IP2", "IP3" ]
, does telegraf fetch metrics parallelly from each IP or sequential? -
Creating multiple telegraf configuration files in telegraf.d directory, will telegraf create a separate thread for each file to run in parallel or process each file one after the other.
Thanks again,
Revanth