We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Organize the instrumentation directories a bit, consolidating under top-level library/frameworks where possible, e.g.
akka-actor-2.5
akka-actor-fork-join-2.5
akka-http-10.0
akka
dropwizard-testing
dropwizard-views-0.7
dropwizard
jaxrs
jaxrs-client
jaxrs-server
jaxrs-container
jetty
jetty-httpclient
jetty-server
kafka-clients
kafka-streams-0.11
kafka
play
play-ws
play-mvc
reactor-3.1
reactor-netty
reactor
reactor-core-3.1
vertx-http-client
vertx-reactive-3.5
vertx-web-3.0
vertx
EDIT crossing off items above that were done in #4965
The text was updated successfully, but these errors were encountered:
Closing, I think this is good enough at this point
Sorry, something went wrong.
No branches or pull requests
Organize the instrumentation directories a bit, consolidating under top-level library/frameworks where possible, e.g.
moveakka-actor-2.5
,akka-actor-fork-join-2.5
andakka-http-10.0
under commonakka
directorymovedropwizard-testing
anddropwizard-views-0.7
under commondropwizard
directoryjaxrs
andjaxrs-client
under commonjaxrs
directoryjaxrs
modules be renamedjaxrs-server
orjaxrs-container
or ...??? (leaving them asjaxrs
is an option also)jetty
andjetty-httpclient
under commonjetty
directoryjetty
modules tojetty-server
movekafka-clients
andkafka-streams-0.11
under commonkafka
directorymoveplay
andplay-ws
under commonplay
directoryand rename existingplay
modules toplay-mvc
movereactor-3.1
andreactor-netty
under commonreactor
directoryand rename existingreactor-3.1
toreactor-core-3.1
movevertx-http-client
,vertx-reactive-3.5
andvertx-web-3.0
under commonvertx
directoryEDIT crossing off items above that were done in #4965
The text was updated successfully, but these errors were encountered: