We are polling data from Cloudwatch. I know there is Telegraf plugin for Cloudwatch, but since we have > 10 customers, does it mean that we need to have > 10 instances running Telegraf for data collecting?
Thanks!
We are polling data from Cloudwatch. I know there is Telegraf plugin for Cloudwatch, but since we have > 10 customers, does it mean that we need to have > 10 instances running Telegraf for data collecting?
Thanks!
Lauren,
Depends. You need to run 1 instance of the plugin for each combination of region
and namespace
. However multiple copies of the same plugin can be run on 1 telegraf instance so there is no need to run multiple instances.
Jack