Skip to content

Commit

Permalink
in_opentelemetry: fixed a wrong data type used for an option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <leonardo.alminana@chronosphere.io>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Aug 15, 2024
1 parent 95760e8 commit bbc9f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_opentelemetry/opentelemetry.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct flb_opentelemetry {
flb_sds_t listen;
flb_sds_t tcp_port;
const char *tag_key;
bool raw_traces;
int raw_traces;
int tag_from_uri;
flb_sds_t logs_metadata_key;

Expand Down

0 comments on commit bbc9f92

Please sign in to comment.