-
Couldn't load subscription status.
- Fork 2.5k
feat(otel): add unified filtering API with O(1) command exclusion #3567
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
base: master
Are you sure you want to change the base?
Conversation
Add comprehensive filtering capabilities with performance-optimized command exclusion and unified filtering API. - WithExcludedCommands(): O(1) command exclusion using map lookup - WithProcessFilter(): Custom filtering for individual commands - WithProcessPipelineFilter(): Custom filtering for pipeline operations - WithDialFilterFunc(): Custom filtering for dial operations - Backward compatible with existing filtering APIs - Comprehensive test coverage and updated examples Fixes redis#3479
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
|
@zadil thank you for your contribution, will review it next week. |
|
pinging @Udhayarajan and @lucawol for comments here as they were active in the discussion. |
|
I've a few things to mark on. 0.
|
|
I would like to pull in one more person, since we're just adding toppings to the base baked by @Sovietaced |
Add comprehensive filtering capabilities with performance-optimized command exclusion and unified filtering API.
Fixes #3479