-
Notifications
You must be signed in to change notification settings - Fork 1k
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 for RESTEasy #1169
Comments
Should the responsibility of this integration be with micrometer or would it sit with spring boot? I can see that the jersey integration is here but I would think that that should be with in the spring-boot-starter-jersey scope. Curious as to where the boundaries of responsibility are. |
If it is possible to leverage RESTEasy outside of a Spring app contributing it to Micrometer is preferred, since that way those users can leverage it as well. Spring might create an autoconfig to leverage the binder automatically though. |
I use Reasteasy and Micrometer with Vertx, without any sign of Spring Boot. Apart from support for @timed, what further integration would you want to see? |
This feature request is out of date. Closing it. |
Happy to leave it open. Still a valid feature request, maybe just could use some help from somebody willing to submit a PR? |
Will be fixed via #3989 |
Currently, Micrometer integrates well with Spring MVC and Jersey, but not RESTEasy.
The text was updated successfully, but these errors were encountered: