summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
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 /collectors/all.h
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 'collectors/all.h')
-rw-r--r--collectors/all.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/collectors/all.h b/collectors/all.h
index cd730ad8f1..647ee97746 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -133,12 +133,13 @@
// MDSTAT
#define NETDATA_CHART_PRIO_MDSTAT_HEALTH 2100
-#define NETDATA_CHART_PRIO_MDSTAT_NONREDUNDANT 2101
-#define NETDATA_CHART_PRIO_MDSTAT_DISKS 2102 // 5 charts per raid
-#define NETDATA_CHART_PRIO_MDSTAT_MISMATCH 2103
-#define NETDATA_CHART_PRIO_MDSTAT_OPERATION 2104
-#define NETDATA_CHART_PRIO_MDSTAT_FINISH 2105
-#define NETDATA_CHART_PRIO_MDSTAT_SPEED 2106
+#define NETDATA_CHART_PRIO_MDSTAT_FLUSH 2101
+#define NETDATA_CHART_PRIO_MDSTAT_NONREDUNDANT 2105
+#define NETDATA_CHART_PRIO_MDSTAT_DISKS 2106 // 5 charts per raid
+#define NETDATA_CHART_PRIO_MDSTAT_MISMATCH 2107
+#define NETDATA_CHART_PRIO_MDSTAT_OPERATION 2108
+#define NETDATA_CHART_PRIO_MDSTAT_FINISH 2109
+#define NETDATA_CHART_PRIO_MDSTAT_SPEED 2110
// Filesystem
#define NETDATA_CHART_PRIO_FILESYSTEM_VFS_CLEAN 2150