-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
metrics: add more metrics descriptions #2695
base: master
Are you sure you want to change the base?
Conversation
Example configuration file for the changeDummy configuration, mostly.
Valgrind output that shows no leaks or memory corruption was found (with debug output)
|
d1c2a97
to
3cfa1b0
Compare
Also added a unit test for |
@edsiper would you mind take another round of review? (I've addressed all the comments) |
Friendly ping~ |
src/flb_sds.c
Outdated
@@ -389,6 +397,6 @@ void flb_sds_destroy(flb_sds_t s) | |||
return; | |||
} | |||
|
|||
head = FLB_SDS_HEADER(s); |
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.
pls restore the original indentantion level
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.
Restored the original indentation level. (And did a force push because don't want to have one extra commit)
- auso implemented flb_sds_cat_auto so that we don't need to manually counting the length of the string. Signed-off-by: Yu Yi <[email protected]>
3cfa1b0
to
3b01946
Compare
counting the length of the string.
Signed-off-by: Yu Yi [email protected]
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
Documentation
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.