summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-02-04 08:02:25 +0000
committerGitHub <noreply@github.com>2022-02-04 11:02:25 +0300
commit778c3ef8472c10fd94c87d309f6a6e0c0be27a18 (patch)
tree8f439fe91c36827d504462b228c00283550026d3
parent4ec90eea74bb279083dfdfc2b63b24bc4e00bc8e (diff)
disable_ebpf_socket: Disable thread while race condition is fixed (#12085)
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf2
1 files changed, 1 insertions, 1 deletions
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