-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Introduce a skip predicate to the TimedAspect and CountedAspect #2551
Conversation
…p Timer creation based on the JoinPoint, fixes gh-780
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.
We should add more explanation on why someone would want to use the skip predicate so it can be more organically discovered. Other than that, seems like a good addition.
…kip Counter creation based on the JoinPoint, see the same thing for TimedAspect: gh-780
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.
Looks good to me.
So that users can skip Timer creation based on the JoinPoint, fixes gh-780