filter_kubernetes: add owner references information into record.#9719
filter_kubernetes: add owner references information into record.#9719edsiper merged 1 commit intofluent:masterfrom
Conversation
|
LGTM |
|
Gentle ping. May I have the feedback on this PR? |
| profile->comments_count++; | ||
|
|
||
| return 0; | ||
| } No newline at end of file |
There was a problem hiding this comment.
Good catch. I had to manually apply local changes to cprof files to make the build and run the unit test. I then manually reverted those changes but still got the one line diff, which I don't still understand.
Do maintainers have the permission to revert this file change in this PR?
There was a problem hiding this comment.
It turns out there is an additional newline character appended by my vim editor. :set noeol fixes the one line diff. See https://stackoverflow.com/questions/1050640/how-to-stop-vim-from-adding-a-newline-at-end-of-file
Signed-off-by: shuaichen <shuaichen@google.com>
|
@edsiper Could we backport this PR to v3.2+? |
|
#9849 to merge to branch 3.2. |
|
We need a docs PR too |
|
Documentation PR: fluent/fluent-bit-docs#1577 |
This change add owner references information into record when
Owner_Referencesparameter is setOn.This PR implements the feature request in #9631.
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:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-testlabel to test for all targets (requires maintainer to do).Documentation
Backporting
Need to backport to branch 3.2.
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.