From 2500b37ea4c9a63e48b2a3ffe1898aabc239a065 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 15 Dec 2014 07:38:00 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud.html b/spring-cloud.html index 5ae4f92..c047e0d 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1938,7 +1938,7 @@ for details on the properties available.

Figure 3. Hystrix Dashboard
-

To run the Hystrix Dashboard annotate your Spring Boot main class with @EnableHystrixDashboard. You then visit /hystrix/index.html and point the dashboard to an individual instances /hystrix.stream endpoint in a Hystrix client application.

+

To run the Hystrix Dashboard annotate your Spring Boot main class with @EnableHystrixDashboard. You then visit /hystrix and point the dashboard to an individual instances /hystrix.stream endpoint in a Hystrix client application.

Turbine

@@ -2794,7 +2794,7 @@ service or the "resource" service if you have one).