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

add flag in new runtime class to reduce tracing excludes while class … #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bkihm
Copy link

@bkihm bkihm commented Apr 5, 2016

…transformation

@backes
Copy link
Owner

backes commented Apr 6, 2016

Thanks for the pull request. Interesting, how easy this seems to be :)

Your solution seems to be a bit of an overkill though. The current implementation already creates an uninstrumented copy of each method, which is used if the current tracer is paused (see TracingMethodInstrumenter). It would be far easier to just add the check for the global flag there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants