Enabling Hystrix Stream and Dashboard
You can enable a Server Sent Event stream to feed into the Hystrix Dashboard by setting the hystrix.stream.enabled
setting to true
in application.yml
:
Enabling Hystrix Stream
hystrix:
stream:
enabled: true
This exposes a /hystrix.stream
endpoint with the format the Hystrix Dashboard expects.