Disable integration by default (eBPF <-> APPS) (#14147)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Fixes https://github.com/netdata/netdata/issues/14138
thiagoftsm committed
Dec 15, 2022 at 11:26 UTC
c12b72e8af6d3e880327ef7e91d51011de52296f
2 files changed
+2
-3
collectors/ebpf.plugin/README.md
+1
-2
@@ -106,8 +106,7 @@ The eBPF collector also creates charts for each running application through an i
106
[`apps.plugin`](/collectors/apps.plugin/README.md). This integration helps you understand how specific applications
107
interact with the Linux kernel.
108
109
-If you want to _disable_ the integration with `apps.plugin` along with the above charts, change the setting `apps` to
110
-`no`.
109
+If you want to enable `apps.plugin` integration, change the "apps" setting to "yes".
110
111
```conf
112
[global]
collectors/ebpf.plugin/ebpf.d.conf
+1
-1
@@ -17,7 +17,7 @@
17
#
18
[global]
19
ebpf load mode = entry
20
- apps = yes
20
+ apps = no
21
cgroups = no
22
update every = 5
23
pid table size = 32768