summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-12-15 11:26:00 +0000
committerGitHub <noreply@github.com>2022-12-15 13:26:00 +0200
commitc12b72e8af6d3e880327ef7e91d51011de52296f (patch)
treeb99268bbcb121fe72182b0f26b0431e5937182db /collectors
parent3143292c9850134b6d7d7d0218bc245de2072899 (diff)
Disable integration by default (eBPF <-> APPS) (#14147)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Fixes https://github.com/netdata/netdata/issues/14138
Diffstat (limited to 'collectors')
-rw-r--r--collectors/ebpf.plugin/README.md3
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf2
2 files changed, 2 insertions, 3 deletions
diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md
index 7762ed34f7..33f5088672 100644
--- a/collectors/ebpf.plugin/README.md
+++ b/collectors/ebpf.plugin/README.md
@@ -106,8 +106,7 @@ The eBPF collector also creates charts for each running application through an i
[`apps.plugin`](/collectors/apps.plugin/README.md). This integration helps you understand how specific applications
interact with the Linux kernel.
-If you want to _disable_ the integration with `apps.plugin` along with the above charts, change the setting `apps` to
-`no`.
+If you want to enable `apps.plugin` integration, change the "apps" setting to "yes".
```conf
[global]
diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf
index cf5c740fc1..1995ce1639 100644
--- a/collectors/ebpf.plugin/ebpf.d.conf
+++ b/collectors/ebpf.plugin/ebpf.d.conf
@@ -17,7 +17,7 @@
#
[global]
ebpf load mode = entry
- apps = yes
+ apps = no
cgroups = no
update every = 5
pid table size = 32768