-
Notifications
You must be signed in to change notification settings - Fork 858
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
Move io.opentelemetry.instrumentation.api.servlet to servlet-common #4317
Comments
It'd have to be a And I'm not sure whether it's a good idea to move all of them out of |
👍 for moving |
Wouldn't it make sense to split api into public and internal. Internal api could contain classes that are not ready to be used outside the agent like |
…elemetry#4785) * Reorganize shared servlet code (intro to open-telemetry#4317) * Fix dropwizard tests * fix compile error
io.opentelemetry.instrumentation.api.servlet
package frominstrumentation-api
module is used only by servlets and some methods from it are used only fromservlet-common
module. We can move that package closer to its usage and hide those methods from general public, who should not be concerned with them.Thoughts? I can do it if get enough support.
The text was updated successfully, but these errors were encountered: