在图形服务中加入以下配置
hystrix:
dashboard:
proxy-stream-allow-list: "*"
在被监控服务中加入以下配置
management:
endpoints:
web:
exposure:
include: "*"
在图形服务中加入以下配置
hystrix:
dashboard:
proxy-stream-allow-list: "*"
在被监控服务中加入以下配置
management:
endpoints:
web:
exposure:
include: "*"