Let’s share what is the best answer to this interview question.
How is it possible to monitor several microservices for different indicators such as Health?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
Spring Boost gives actuator end points to monitor the different metrics for the individual microservices. These endpoints become significant towards getting information concerning applications such as if they are up and if their components like database are working in the appropriate manner. One of the difficulties though concerning actuator end points is there would be a need to individually hit the end points for the applications in order to know their health or status. Imagine microservices entailing 50 applications so the admin would have to hit the actuator end-points for all of the 50 applications. To deal with this, there will be an open source project, which is located at Built on top of Spring Boot Actuator. It provides a web UI in order to allow for the visualization of metrics of different applications.