Micrometer: Add support for RESTEasy

Created on 17 Jan 2019  路  5Comments  路  Source: micrometer-metrics/micrometer

Currently, Micrometer integrates well with Spring MVC and Jersey, but not RESTEasy.

enhancement

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.

All 5 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?

Was this page helpful?
0 / 5 - 0 ratings