Skip to content
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

fix(k8sprocessor): only apply the node filter to Pods #668

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

swiatekm
Copy link

The Node filter should only be used for the Pod informer, as only Pods have the spec.Node field. This fixes #651 @mat-rumian

@swiatekm swiatekm requested a review from a team as a code owner July 14, 2022 11:13
@github-actions github-actions bot added the go label Jul 14, 2022
@swiatekm swiatekm force-pushed the fix/k8sprocessor/nodefilter branch from 622bdec to 50ffef8 Compare July 14, 2022 11:17
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 14, 2022
Copy link
Contributor

@mat-rumian mat-rumian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Would like to test it asap :)

@swiatekm swiatekm force-pushed the fix/k8sprocessor/nodefilter branch from 50ffef8 to 5d00144 Compare July 14, 2022 12:49
@swiatekm
Copy link
Author

Thanks! Would like to test it asap :)

I created a dev build for it here: https://github.com/SumoLogic/sumologic-otel-collector/actions/runs/2670446579 if you want to test before merging.

@swiatekm swiatekm force-pushed the fix/k8sprocessor/nodefilter branch from 5d00144 to 1223bd7 Compare July 14, 2022 13:29
@swiatekm swiatekm merged commit ff15320 into main Jul 15, 2022
@swiatekm swiatekm deleted the fix/k8sprocessor/nodefilter branch July 15, 2022 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

K8s Tagger processor - missing attributes in case of filter by node name
3 participants