Skip to content

Hystrix Metrics (Optional)

pprasanna edited this page Feb 19, 2013 · 3 revisions

If you would like to view the latency, success and failure metrics for the Edge service calls to Middle tier service, install the Hystrix dashboard.

After a successful build, go to http://localhost:7979/hystrix-dashboard and enter http://localhost:9090/hystrix.stream to see the Hystrix metrics show up in the dashboard. You will have to send a few transactions from the Edge service to have the Hystrix metrics loaded.