健康检查通了没有
服务启动之后,用健康检查验证一次:
返回的 status 是什么?
$ curl -s http://127.0.0.1:8000/healthz
{"ok": true, "data": {"status": "healthy"}}
服务启动之后,用健康检查验证一次:
返回的 status 是什么?
$ curl -s http://127.0.0.1:8000/healthz
{"ok": true, "data": {"status": "healthy"}}
全部评论