summaryrefslogtreecommitdiffstats
path: root/libnetdata
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-07-18 12:09:02 +0000
committerGitHub <noreply@github.com>2022-07-18 12:09:02 +0000
commit7f7225dfaa81a928df5e46db5274d18875c880cf (patch)
tree3b00c4533b25cdea846979b4b4ce981f3325d4e2 /libnetdata
parent9dc631e50ab9d63fad2fbe724aaaf2ffd7c657d3 (diff)
Fix chart update ebpf.plugin (#13351)
Diffstat (limited to 'libnetdata')
-rw-r--r--libnetdata/ebpf/ebpf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetdata/ebpf/ebpf.h b/libnetdata/ebpf/ebpf.h
index ec486b59a8..0173ad281a 100644
--- a/libnetdata/ebpf/ebpf.h
+++ b/libnetdata/ebpf/ebpf.h
@@ -34,6 +34,7 @@
#define EBPF_CFG_PROGRAM_PATH "btf path"
#define EBPF_CFG_UPDATE_EVERY "update every"
+#define EBPF_CFG_UPDATE_APPS_EVERY_DEFAULT 10
#define EBPF_CFG_PID_SIZE "pid table size"
#define EBPF_CFG_APPLICATION "apps"
#define EBPF_CFG_CGROUP "cgroups"