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 bug where discovered traffic from a pod wasn't filtered properly by its creation timestamp #243

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

omris94
Copy link
Contributor

@omris94 omris94 commented Sep 22, 2024

Description

Fix bug where traffic from a pod wasn't filtered properly by its creation timestamp. It happened because the filtering function didn't get a pointer - so the filter operation did not affect the calling scope.

Testing

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR and in github.com/otterize/docs

@omris94 omris94 enabled auto-merge (squash) September 22, 2024 13:58
@omris94 omris94 merged commit 35157de into main Sep 22, 2024
20 checks passed
@omris94 omris94 deleted the omris/fix-destination-filtering branch September 22, 2024 14:04
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants