hf400159 commented on code in PR #7184: URL: https://github.com/apache/apisix/pull/7184#discussion_r887437090
########## docs/zh/latest/control-api.md: ########## @@ -195,6 +195,8 @@ APISIX 中一些插件添加了自己的 control API。如果你对他们感兴 } ``` +注意:API 请求命中的进程如果没有触发健康检查,那么本次 API 请求将不会获取到任何健康检查数据。 Review Comment: ```suggestion :::note API 请求命中的进程如果没有触发健康检查,那么本次 API 请求将不会获取到任何健康检查数据。 ::: ``` ########## docs/zh/latest/control-api.md: ########## @@ -195,6 +195,8 @@ APISIX 中一些插件添加了自己的 control API。如果你对他们感兴 } ``` +注意:API 请求命中的进程如果没有触发健康检查,那么本次 API 请求将不会获取到任何健康检查数据。 Review Comment: please refer: [admonitions](https://docusaurus.io/docs/next/markdown-features/admonitions) ########## docs/en/latest/control-api.md: ########## @@ -198,6 +198,8 @@ For example, `GET /v1/healthcheck/upstreams/1` returns: } ``` +Note: If the process hit by the API request does not trigger the health check, the API request will not obtain any health check data. Review Comment: ```suggestion :::note If the process hit by the API request does not trigger the health check, the API request will not obtain any health check data. ::: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
