When we need memory related stats we add input plugin in telegraf.conf
file.
[[inputs.mem]]
- For application stats we keep input as statsd, we push stats from application using UDP to telegraf using its host and port.
[[inputs.statsd]]
Could someone explain how does [[inputs.mem]]
input plugins get data related to memory? Because no one is pushing data to telegraf in this case.