-
Notifications
You must be signed in to change notification settings - Fork 886
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
More module / tracer renaming suggestions #163
Comments
|
👍 to keeping the existing |
As |
Yes! 🎉 |
Shorten names where there is no ambiguity
For child modules, use standalone names, so we don't have to concatenate them with parent module to create tracer name (which allows us to simplify tracer names, e.g.
servlet-2.3
instead ofservlet-request-2.3
)Maybe move common parent modules to "-common" submodule, e.g.
Also, missed this testing module earlier
Still TBD
A couple more ideas after documenting these on the README:
spring-web-mvc ⇒ spring-servlet-mvcThe text was updated successfully, but these errors were encountered: