-
Notifications
You must be signed in to change notification settings - Fork 892
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
Cross test javaagent instrumentation against other instrumentations targeted at the same library? #5261
Comments
I already expressed my opinion, that we should test with the whole agent, not partial agents prepared specifically for a given module :) |
That indeed sounds like a good idea; especially in light of our recent Armeria vs. Netty discussion 😄 |
this sounds good to me, any thoughts how to implement? |
|
@anuraaga was against this idea in the past because allegedly building the full agent will take too much time. |
sounds worth giving it a try and seeing what the perf impact is |
Closing, I think we are doing this now. |
E.g. netty-3.8 instrumentation is tested with netty-4.0 and netty-4.1 instrumentations applied.
Should we apply this pattern to all instrumentations with multiple versions, or decide that the muzzle range checks are all we need and abandon this practice?
The text was updated successfully, but these errors were encountered: