-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(processors/k8sattributesprocessor): support metadata enrichment based on multiple attributes #8465
feat(processors/k8sattributesprocessor): support metadata enrichment based on multiple attributes #8465
Conversation
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
4e0efdd
to
bd0a3f0
Compare
I believe the items were addressed and this is ready for final review. @sumo-drosiek could you resolve the conflicts (there were some additional changes in the meantime) @dmitryax can you have another look? |
bd0a3f0
to
66afd97
Compare
Hi all, how can we move forward on this PR? |
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.
Sorry for the delayed review
d66325c
to
17c410d
Compare
@dmitryax Sorry for number of iterations. I cleaned up the code according to the most recent comments |
Signed-off-by: Dominik Rosiek <[email protected]>
…wPod to pod Signed-off-by: Dominik Rosiek <[email protected]>
…urce.From Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
… PodIdentifierAttributeFromSource Signed-off-by: Dominik Rosiek <[email protected]>
…ection as consts Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Co-authored-by: Dmitrii Anoshin <[email protected]>
Co-authored-by: Dmitrii Anoshin <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
258829c
to
54d1ccb
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
Description:
This PR is continuation of #4310 as I cannot reopen it.
It deprecates current pod association structure and instead it proposes another one, which is able to handle multiple source attributes. The direct justification is to support metadata enrichment for pair (
k8s.pod.name
,k8s.namespace.name
).Link to tracking Issue: #4309
Testing: unit tests
Documentation:
doc.go