summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-04-12 16:49:07 +0000
committerGitHub <noreply@github.com>2023-04-12 19:49:07 +0300
commit299502b6dab3fa9d9cbccce5ba1c404469f77335 (patch)
tree1660e0b802749942753dc4f9919ac37230fe18a9 /collectors
parente948fb034a895b559b9c229e012032ff79262607 (diff)
Disable threads that update with high frequency (#14897)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/ebpf.plugin/ebpf.d.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/ebpf.plugin/ebpf.d.conf b/collectors/ebpf.plugin/ebpf.d.conf
index 112df275dc..e20b696f01 100644
--- a/collectors/ebpf.plugin/ebpf.d.conf
+++ b/collectors/ebpf.plugin/ebpf.d.conf
@@ -55,14 +55,14 @@
disk = no
fd = yes
filesystem = no
- hardirq = yes
+ hardirq = no
mdflush = no
mount = yes
oomkill = yes
process = yes
shm = yes
socket = no
- softirq = yes
+ softirq = no
sync = yes
swap = yes
vfs = no