-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implement tap selector #330
Conversation
Changed to draft: still validating manually it as well |
Ready to review |
Tap name concatenated to handler name to ensure uniqueness
And it was added as a label for prometheus return value:
|
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.
so i think it's almost there - but it's also an extremely hard PR to review since lots of code is moved around and it's tricky logic. i think this means we really need good unit tests because this is a critical section of code. i'd also love to find a way to simplify this policy loading code. ideally that means breaking it up into separate methods performing sections of the transaction which are no more than 20-30 lines long, say. but i don't know how realistic that is.
Agreed. That's why I added new unit tests to validate it, did this based on Code Coverage to ensure to test new code. I think this PR is a improvement on that policy load which add new two methods to break it a bit. I also agree that we can improve more that... But I think we could do that in another PR |
No description provided.