-
Notifications
You must be signed in to change notification settings - Fork 873
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
Add support Jetty 12 #10387
Comments
I thought the servlet instrumentation would create the server span if the app server specific instrumentation didn't already? |
No, apparently that doesn't happen - I've checked that in a test |
I'm also surprised by this result, and while yes sure, we should support the latest Jetty, I think it would be helpful to understand why the servlet instrumentation didn't kick in. |
Spring Boot 3.2 uses Jetty 12 - to get full jetty support.
The text was updated successfully, but these errors were encountered: