Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ViniFKroth/68c19cabb4dcffe244e34a4a3c6e8c0b to your computer and use it in GitHub Desktop.

Select an option

Save ViniFKroth/68c19cabb4dcffe244e34a4a3c6e8c0b to your computer and use it in GitHub Desktop.
##### 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