我已设置弹簧执行器来报告健康指标。我特意启用了mongo health:
management:
health:
mongo:
enabled: true
rabbit:
enabled: true
security:
enabled: false
endpoints:
health:
sensitive: false
但是,如果我点击/ health端点,即使我从pcf中完全删除mongo服务,即使我的应用程序执行了这个mongo状态也是UP。
我总是得到这样的答复:
"mongo": {
"status": "UP",
"version": "3.2.1"
}
那是完全错误的吗?删除服务后,状态必须更改为" DOWN"