Skip to content

Commit

Permalink
out_opentelemetry: add traces and metrics to plugin event type
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Prajapati <[email protected]>
  • Loading branch information
Aditya Prajapati authored and edsiper committed Oct 15, 2022
1 parent 6c68a30 commit 1f0115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_opentelemetry/opentelemetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,6 @@ struct flb_output_plugin out_opentelemetry_plugin = {
.cb_flush = cb_opentelemetry_flush,
.cb_exit = cb_opentelemetry_exit,
.config_map = config_map,
.event_type = FLB_OUTPUT_LOGS,
.event_type = FLB_OUTPUT_LOGS | FLB_OUTPUT_METRICS | FLB_OUTPUT_TRACES,
.flags = FLB_OUTPUT_NET | FLB_IO_OPT_TLS,
};

0 comments on commit 1f0115b

Please sign in to comment.