summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aad896fa28..508ddf381c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -302,6 +302,8 @@ EBPF_PLUGIN_FILES = \
collectors/ebpf.plugin/ebpf_filesystem.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_oomkill.c \