summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d.conf
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-10-01 10:45:03 +0000
committerGitHub <noreply@github.com>2021-10-01 10:45:03 +0000
commit9c4e17dd00de645d7943f358c89dac8dccf2b785 (patch)
tree4ffdaeac7ee0e6c9b5a0ed6f72169e06dadec93e /collectors/ebpf.plugin/ebpf.d.conf
parentce74354558e354b3423027e3b085da1fe702d6f9 (diff)
Integrate eBPF and cgroup (consumer side) (#11573)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.d.conf')
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf
index ea4156eec6..0cc012496c 100644
--- a/collectors/ebpf.plugin/ebpf.d.conf
+++ b/collectors/ebpf.plugin/ebpf.d.conf
@@ -6,9 +6,10 @@
# `return : In the `return` mode, the eBPF collector monitors the same kernel functions as `entry`, but also creates
# new charts for the return of these functions, such as errors.
#
-# The eBPF collector also creates charts for each running application through an integration with the `apps plugin`.
-# If you want to disable the integration with `apps.plugin` along with the above charts, change the setting `apps` to
-# 'no'.
+# The eBPF collector also creates charts for each running application through an integration with the `apps.plugin`
+# or `cgroups.plugin`.
+# If you want to disable the integration with `apps.plugin` or `cgroups.plugin` along with the above charts, change the setting
+# `apps` and `cgroups` to 'no'.
#
# The `update every` option defines the number of seconds used to read data from kernel and send to netdata
#
@@ -17,6 +18,7 @@
[global]
ebpf load mode = entry
apps = yes
+ cgroups = no
update every = 1
pid table size = 32768