-
Notifications
You must be signed in to change notification settings - Fork 33
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
JAX-RS intergation doesn't work well with web servlet filter #67
Comments
It makes sense, but why would you like to use filter integration with jax-rs. Could you please list some use cases? |
@pavolloffay Actually, in context of this issue, it doesn't have to be servlet filter. It should work the same with interceptors instrumenting e.g. specific web servers like Jetty. |
I see thanks, that totally makes sense. Are you fine with having two spans per a request or do you want to disable the creation if there is an active span? |
Sorry for the delay. Two spans are actually good because JAX-RS can provide more information in tags e.g. resource method, resource path pattern we can later use to search through the collected data. I pushed some proof of concept to #74. |
PR merged, closing. |
I have pushed @tmszdmsk thanks |
👍 |
Extracted from: #13 (comment)
The text was updated successfully, but these errors were encountered: