Skip to content
English

服务健康检查

一键诊断

bash
./scripts/doctor.sh           # 关键服务状态 + 健康检查
./scripts/doctor.sh --all     # 检查全部服务
./scripts/doctor.sh --logs    # 附带关键服务最近 20 行日志

源码部署还可使用:

bash
./scripts/test-health.sh

单点健康探测

bash
curl http://localhost:26100/health   # api-gateway
curl http://localhost:26103/health   # ag-ui-server

排障建议:健康检查失败时,先运行 ./scripts/doctor.sh 获取整体状态,再针对具体服务查日志。

Digital Ecosystem Infrastructure.