Disable threads that update with high frequency (#14897)
thiagoftsm committed
Apr 12, 2023 at 16:49 UTC
299502b6dab3fa9d9cbccce5ba1c404469f77335
1 file changed
+2
-2
collectors/ebpf.plugin/ebpf.d.conf
+2
-2
@@ -55,14 +55,14 @@
55
disk = no
56
fd = yes
57
filesystem = no
58
- hardirq = yes
58
+ hardirq = no
59
mdflush = no
60
mount = yes
61
oomkill = yes
62
process = yes
63
shm = yes
64
socket = no
65
- softirq = yes
65
+ softirq = no
66
sync = yes
67
swap = yes
68
vfs = no