From fd532494ceb8eb72b56ff242dbd25e597b97e634 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:56:22 -0600 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11998) --- etc/telegraf.conf | 3 +++ 1 file changed, 3 insertions(+) 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