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

Spike: Provide allowlist/blocklist functionality for ActiveSupport notification event names #2347

Open
fallwith opened this issue Dec 6, 2023 · 1 comment
Labels
2 Story Point Estimate needs review

Comments

@fallwith
Copy link
Contributor

fallwith commented Dec 6, 2023

Our current ActiveSupport notifications subscription functionality operates off of fixed lists of event names and/or regex patterns set on a per library basis. All events for a given library are subscribed to by default and they can all be ignored if the instrumentation for the library is itself disabled. For custom notification events which aren't associated with a specific library, we provide an allowlist that defaults to an empty array.

We should explore whether it is useful to offer more fine grained control over ActiveSupport event names that are desired. Perhaps a given Rails library has 5 event names associated with it and you only want to receive information about 2 of them.

@workato-integration
Copy link

@kford-newrelic kford-newrelic added the estimate Issue needing estimation label Dec 11, 2023
@kford-newrelic kford-newrelic added 2 Story Point Estimate and removed estimate Issue needing estimation labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 Story Point Estimate needs review
Projects
None yet
Development

No branches or pull requests

3 participants