zoukankan      html  css  js  c++  java
  • springboot1.4下hystrix dashboard Unable to connect to Command Metric Stream解决办法

    搜索了好多资料,最后查看了官网。但是还是解决了。和大家分享下喜悦心情

    在 此项目properties中添加如下信息

    修改完信息后再浏览器输入:http://localhost:9875/hystrix ,dashboard输入框中输入 http://localhost:9875/hystrix.stream 点击 monitor stream发现ok了

    点击后为发现未成功,于是又搜索资料,

    在浏览器输入:localhost:9874/hi?name=norhteasttycoon后回车

    然后在返回(浏览器返回键) dashboard这一页:成功了

    结论:springboot2.0 以下版本使用(/actuator/hystrix.stream  而不是/hystrix.stream 插入点)

  • 相关阅读:
    TD
    TD
    required
    Cookie
    cookie 与 session区别
    折线图
    <a>标签
    十六进制颜色表
    js获取当前页面的url网址信息
    stopPropagation() 方法
  • 原文地址:https://www.cnblogs.com/northeastTycoon/p/10392499.html
Copyright © 2011-2022 走看看