Skip to content

Commit 4e7ff29

Browse files
Leonardo Alminanaedsiper
authored andcommitted
in_opentelemetry: Fixed the event type so OTel metrics are properly routed
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 80fdd1a commit 4e7ff29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/in_opentelemetry/opentelemetry.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ struct flb_input_plugin in_opentelemetry_plugin = {
172172
.cb_exit = in_opentelemetry_exit,
173173
.config_map = config_map,
174174
.flags = FLB_INPUT_NET,
175+
.event_type = FLB_INPUT_METRICS
175176
};

0 commit comments

Comments
 (0)