summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-10-23 21:16:14 +0500
committerGitHub <noreply@github.com>2021-10-23 21:16:14 +0500
commit2cbced292aa58c8b76a286add3bbbcbe273b333f (patch)
tree877f7c70c674de41cf334b3149c002e35e687067 /CMakeLists.txt
parentf2dabacc2e2de52035d550943d2f1bb3731ff266 (diff)
eBPF mdflush (#11681)
* mdflush: initial agent-side collector. * mdflush: fix x-axis name. * mdflush: fix issue where we iteration doesnt occur. * mdflush: update flush prio to match health. health seems to be global just as flush is, so keep them together. * mdflush: vsn bump. * mdflush: add reference to bcc tool. * mdflush: add more docs. * mdflush: change family name to indicate ebpf. * mdflush: remove "count" word in chart. * mdflush: change mdstat prios so flush comes after health.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d3d8d9269c..873ad9a07f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -496,6 +496,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_fd.h
collectors/ebpf.plugin/ebpf_hardirq.c
collectors/ebpf.plugin/ebpf_hardirq.h
+ collectors/ebpf.plugin/ebpf_mdflush.c
+ collectors/ebpf.plugin/ebpf_mdflush.h
collectors/ebpf.plugin/ebpf_mount.c
collectors/ebpf.plugin/ebpf_mount.h
collectors/ebpf.plugin/ebpf_filesystem.c