We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d112d commit c7195dcCopy full SHA for c7195dc
src/fluent-bit.c
@@ -53,6 +53,8 @@
53
#include <fluent-bit/flb_record_accessor.h>
54
#include <fluent-bit/flb_ra_key.h>
55
56
+#include <cmetrics/cmetrics.h>
57
+
58
#ifdef FLB_HAVE_MTRACE
59
#include <mcheck.h>
60
#endif
@@ -950,6 +952,9 @@ int flb_main(int argc, char **argv)
950
952
/* Initialize Monkey Core library */
951
953
mk_core_init();
954
955
+ /* Metrics engine */
956
+ cmt_initialize();
957
958
/* Create Fluent Bit context */
959
ctx = flb_create();
960
if (!ctx) {
0 commit comments