chore(ebpf.plugin): re-enable socket module by default (#12702)
Ilya Mashchenko committed
Apr 19, 2022 at 11:30 UTC
0fe93637850064e3051046a27e71af54e0a90476
1 file changed
+1
-1
collectors/ebpf.plugin/ebpf.d.conf
+1
-1
@@ -57,7 +57,7 @@
57
oomkill = yes
58
process = yes
59
shm = yes
60
- socket = no # Disabled while we are fixing race condition
60
+ socket = yes
61
softirq = yes
62
sync = yes
63
swap = no