Update /hystrix.stream docs for Boot 2.0. Fixes #2785

This commit is contained in:
Ryan Baxter
2018-06-05 11:06:29 -04:00
parent ee87cab922
commit 444584ce19

View File

@@ -572,8 +572,9 @@ The state of the connected circuit breakers are also exposed in the `/health` en
=== Hystrix Metrics Stream
To enable the Hystrix metrics stream, include a dependency on `spring-boot-starter-actuator`.
Doing so exposes the `/hystrix.stream` as a management endpoint, as shown in the following example:
To enable the Hystrix metrics stream, include a dependency on `spring-boot-starter-actuator` and set
`management.endpoints.web.exposure.include: hystrix.stream`.
Doing so exposes the `/actuator/hystrix.stream` as a management endpoint, as shown in the following example:
[source,xml]
----