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

NETOBSERV-269 Port exact match #118

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

jotak
Copy link
Member

@jotak jotak commented Apr 8, 2022

doing a "trick" by matching for a coma after the port value, to ensure exact match. It works as long as port isn't the last field (which is never the case afaik). The other option could be to do an explicit exact match after a json extraction, which is probably cleaner but less performant. So, it's debatable...

@jotak jotak force-pushed the port-exact-match branch from fde6192 to 75e2e8f Compare April 8, 2022 13:10
Copy link
Contributor

@jpinsonneau jpinsonneau left a comment

Choose a reason for hiding this comment

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

That's perfectly fine for me @jotak as soon as it's documented

I had the same approach with common fields at first

=> tested and validated on my side

@jotak
Copy link
Member Author

jotak commented Apr 8, 2022

/approve

@openshift-ci
Copy link

openshift-ci bot commented Apr 8, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jotak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Apr 8, 2022
@openshift-merge-robot openshift-merge-robot merged commit daccc0b into netobserv:main Apr 8, 2022
@jotak jotak deleted the port-exact-match branch November 7, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants