Spring Boot provides a utility called actuator which gives several useful maintenance endpoints like /beans , /metrics , /health , /trace , /info, /dump.
This insight is vital for monitoring. By default Spring Actuator functionality is accessible via Spring MVC.
For projects which are not using Spring, like any JAX RS implementation (ours is RESTEASY), Is it possible to somehow integrate these utilities or is there reference implementation that can be referred?