-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fluentforwardreceiver): support more complex fluent-bit objects #5676
feat(fluentforwardreceiver): support more complex fluent-bit objects #5676
Conversation
rv := pdata.NewAttributeValueMap() | ||
am := rv.MapVal() | ||
am.EnsureCapacity(len(msi)) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange layout, new line or not in both funcs :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be consistent now 😅
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
a719495
to
9b34404
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@bogdandrutu, I think this is on you now :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
Link to tracking Issue:
#5674
Testing:
Documentation:
N/A