I have a REST API developed using spring MVC and Dropwizard. I created healthchecks using the Dropwizard framework. Now I am looking at how to register this API for the Springboot administrator so that I can see all the metrics in the admin user interface.
I have another API that is developed using Springboot. Therefore, registering them with the Springboot administrator was very simple. But in another case, Dropwizard I can not register it and I'm not sure that I need to do any additional settings.
Waiting for an answer. thank you
source share