Skip to content

Commit

Permalink
out_null: accept metrics events
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Aug 25, 2021
1 parent 85a69a1 commit 38b8686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/out_null/null.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ struct flb_output_plugin out_null_plugin = {
.description = "Throws away events",
.cb_init = cb_null_init,
.cb_flush = cb_null_flush,
.event_type = FLB_OUTPUT_LOGS | FLB_OUTPUT_METRICS,
.flags = 0,
};

0 comments on commit 38b8686

Please sign in to comment.