opentracing-contrib / java-specialagent

Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
Apache License 2.0
185 stars 46 forks source link

support for Jetty without servlet API? #577

Open randallt opened 4 years ago

randallt commented 4 years ago

We have seen several examples where we have a service that uses Jetty as the server, but it doesn't use the servlet API, so the servlet rule isn't creating spans for incoming requests. Is there any support for Jetty (e.g. 9.4) without using the servlet API?

malafeev commented 4 years ago

looks like only servlet api is traced

randallt commented 4 years ago

Any chance of getting non-servlet Jetty servers traced as well?