Currently, Micrometer integrates well with Spring MVC and Jersey, but not RESTEasy.
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?
Most helpful comment
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.