TSG-23842 请tfe提供健康状态查询的HTTP服务

This commit is contained in:
luwenpeng
2024-11-20 14:53:45 +08:00
parent ff436e3f26
commit 6a21dd8848
5 changed files with 103 additions and 1 deletions

View File

@@ -266,3 +266,9 @@ buff_size=2048
# IORING_SETUP_SUBMIT_ALL (1U << 7) /* continue submit on error */
flags=0
sq_thread_idle=0
[http_healthcheck_server]
enable=1
port=8080
addr="0.0.0.0"
path="/status"