I have a REST API developed using spring MVC and Dropwizard. I have created healthchecks using the Dropwizard framework. Now I looking how to register this API to Springboot admin so that I can see all the metrics on the admin UI.
I have other API's which are developed using Springboot. So registering them to Springboot admin was very straightforward. But in the other Dropwizard case, I am unable to register it and not sure if I need to do any extra configurations.
Looking forward to the response. Thank you