Skip to content

Commit e7c516c

Browse files
Leonardo Alminanaedsiper
authored andcommitted
log_event: added required fields to expose group metadata to client code
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent e2df799 commit e7c516c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fluent-bit/flb_log_event.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#define FLB_LOG_EVENT_GROUP_END (int32_t) -2
3939

4040
struct flb_log_event {
41+
msgpack_object *group_attributes;
42+
msgpack_object *group_metadata;
4143
msgpack_object *raw_timestamp;
4244
struct flb_time timestamp;
4345
msgpack_object *metadata;

0 commit comments

Comments
 (0)