From 83c0121c53c25c58e4308e9723f5395af29ef9c0 Mon Sep 17 00:00:00 2001 From: Joel Hans Date: Tue, 22 Sep 2020 07:30:22 -0700 Subject: [PATCH] Quick fix to eBPF-apps setting (#9967) --- collectors/ebpf.plugin/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collectors/ebpf.plugin/README.md b/collectors/ebpf.plugin/README.md index d3dede4e12..30156c761a 100644 --- a/collectors/ebpf.plugin/README.md +++ b/collectors/ebpf.plugin/README.md @@ -175,11 +175,12 @@ When the integration is enabled, your dashboard will also show the following cha - eBPF net - Number of bytes transmited per seconds. -If you want to disable these charts, change the setting `disable apps` to `no`. +If you want to _disable_ the integration with `apps.plugin` along with the above charts, change the setting `disable +apps` to `yes`. ```conf [global] - disable apps = no + disable apps = yes ``` ### `[ebpf programs]`