博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何打印consul的错误信息
阅读量:5292 次
发布时间:2019-06-14

本文共 1126 字,大约阅读时间需要 3 分钟。

在配置文件中添加

management:  endpoints:    web:      exposure:        include: "*"  endpoint:    shutdown:      enabled: true    health:      show-details: always

 

然后打开consul的时候就能够看到这些数据

比如:

HTTP GET http://10.9.5.4:8240/actuator/health: 503 Output: {"status":"DOWN","details":{"diskSpace":{"status":"UP","details":{"total":108131250176,"free":39118278656,"threshold":10485760}},"db":{"status":"UP","details":{"database":"MySQL","hello":1}},"refreshScope":{"status":"UP"},"discoveryComposite":{"status":"UP","details":{"discoveryClient":{"status":"UP","details":{"services":["consul","course-web-server","dictionary-server"]}}}},"consul":{"status":"UP","details":{"leader":"127.0.0.1:8300","services":{"consul":[],"course-web-server":["secure=false"],"dictionary-server":["secure=false"]}}},"hystrix":{"status":"UP"},"redis":{"status":"DOWN","details":{"error":"org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379"}}}}

可以看到错误原因是没有添加redis

转载于:https://www.cnblogs.com/acm-bingzi/p/consul_error.html

你可能感兴趣的文章
自建数据源(RSO2)、及数据源增强
查看>>
BootStrap2学习日记2--将固定布局换成响应式布局
查看>>
关于View控件中的Context选择
查看>>
2018icpc徐州OnlineA Hard to prepare
查看>>
R语言-rnorm函数
查看>>
Spark的启动进程详解
查看>>
Java 字符终端上获取输入三种方式
查看>>
javascript 简单工厂
查看>>
java调用oracle存储过程,返回结果集
查看>>
使用命令创建数据库和表
查看>>
数据库的高级查询
查看>>
HttpClient(一)-- HelloWorld
查看>>
dump调试函数
查看>>
Android 利用Sharp样式设置文本框EditText圆角形状
查看>>
[YTU]_2443 ( C++习题 复数类--重载运算符3+)
查看>>
sdut_1189
查看>>
归并排序
查看>>
机器视觉:SSD Single Shot MultiBox Detector
查看>>
走遍美国 —— 各州及其别名
查看>>
国内外免费电子书(数学、算法、图像、深度学习、机器学习)
查看>>