Created
October 19, 2018 20:03
-
-
Save ViniFKroth/68c19cabb4dcffe244e34a4a3c6e8c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##### Deploying Hystrix-Dashboard ##### | |
| 1.First things first, i downloaded the histryx-dashboard.war file, directly from maven. | |
| 2.Then, i deployed it on my tomcat server, running on port 8080. | |
| ##### Altering the TotalizerApiHistrix SpringBoot App ##### | |
| 1. Add the springboot-actuator dependecy on the build.gradle file. | |
| 2. Add the following line on the application.properties file : "management.endpoints.web.exposure.include=hystrix.stream" | |
| ##### Testing the dashboard ##### | |
| 1. Insert the "http://localhost:8081/actuator/hystrix.stream" URL on the available space | |
| 2. Set a name for the stream | |
| 3. Hit "Monitor Streams" | |
| 4. Make requests on you application | |
| 5. Enjoy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment