Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第十二章 http://localhost:8762/actuator/hystrix.stream打不开解决方法 #60

Open
jocodepeasant opened this issue Apr 29, 2020 · 0 comments

Comments

@jocodepeasant
Copy link

@jocodepeasant jocodepeasant commented Apr 29, 2020

增加如下配置:
management.endpoints.web.exposure.include=hystrix.stream
management.endpoints.web.base-path=/actuator
该配置的意思是指定hystrixDashboard的访问路径,SpringBoot2.x以上必须指定,不然是无法进行访问
ps:在firefox访问会弹出下载框.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.