Commit 444584ce by Ryan Baxter

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

parent ee87cab9
...@@ -572,8 +572,9 @@ The state of the connected circuit breakers are also exposed in the `/health` en ...@@ -572,8 +572,9 @@ The state of the connected circuit breakers are also exposed in the `/health` en
=== Hystrix Metrics Stream === Hystrix Metrics Stream
To enable the Hystrix metrics stream, include a dependency on `spring-boot-starter-actuator`. To enable the Hystrix metrics stream, include a dependency on `spring-boot-starter-actuator` and set
Doing so exposes the `/hystrix.stream` as a management endpoint, as shown in the following example: `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] [source,xml]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment