-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Rework WebMvcMetricsFilter to be general purpose with tech strategies #13064
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
Labels
status: superseded
An issue that has been superseded by another
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
In the meantime, the observability support has been rewritten entirely and Jersey/MVC instrumentations are independent. Jersey apps should not depend on the web starter and as a result, the web layer will not be instrumented twice. Closing with #39294 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
WebMvcMetricsFilter
is currently tied to Spring MVC but we'd also like to support Jersey and possibly general servlets. We could reworkWebMvcMetricsFilter
toMetricsFilter
that provides the general code and create new technology specific strategies that can extract tags based on a specific technology.The text was updated successfully, but these errors were encountered: