diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 4661f03c9..6aac2974a 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -3957,6 +3957,9 @@ # ## Directories to search within for the conntrack files above. # ## Missing directories will be ignored. # dirs = ["/proc/sys/net/ipv4/netfilter","/proc/sys/net/netfilter"] +# ## all - aggregated statistics +# ## percpu - include detailed statistics with cpu tag +# collect = ["all", "percpu"] # # Gather health check statuses from services registered in Consul