From 778c3ef8472c10fd94c87d309f6a6e0c0be27a18 Mon Sep 17 00:00:00 2001 From: thiagoftsm Date: Fri, 4 Feb 2022 08:02:25 +0000 Subject: disable_ebpf_socket: Disable thread while race condition is fixed (#12085) --- collectors/ebpf.plugin/ebpf.d.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf index 633c537913..0ca9ff0d6a 100644 --- a/collectors/ebpf.plugin/ebpf.d.conf +++ b/collectors/ebpf.plugin/ebpf.d.conf @@ -57,7 +57,7 @@ oomkill = yes process = yes shm = yes - socket = yes + socket = no # Disabled while we are fixing race condition softirq = yes sync = yes swap = no -- cgit v1.2.3