Questions Management – Support Monitor Dashboard – Implement Hystrix Dashboard

Check out the full series of Questions Management tutorial here.

After creating the Spring Boot project for Support Monitor Dashboard, now is the time to implement Hystrix Dashboard for Questions Management application.

You can refer to the Hystrix Dashboard here.

To do this, first you need to open the SupportMonitorDashboardApplication file to add @EnableHystrixDashboard annotation:

After that, you declare the information of the Monitor Dashboard including name and port that will run in application.properties file:

Now, you can start this application and go to http://localhost:8480/hystrix, you will see the following result:

Questions Management – Support Monitor Dashboard – Implement Hystrix Dashboard

Add Comment