http://localhost:8080/actuator/hystrix.stream 404問題解決!


1.ブートクラスは追加されていますか? 
@EnableHystrix   
2.カバンは導入されていますか

    org.springframework.cloud
    spring-cloud-starter-netflix-hystrix


    com.netflix.hystrix
    hystrix-core
    1.5.18



    org.springframework.boot
    spring-boot-starter-actuator
以上の完了後も404問題になります。大きな確率はymlの設定問題です。以下の設定を加えて起動します。
management:
  endpoints:
    web:
      exposure:
        include: hystrix.stream