spacewander commented on a change in pull request #5117:
URL: https://github.com/apache/apisix/pull/5117#discussion_r714416089



##########
File path: docs/en/latest/health-check.md
##########
@@ -91,12 +91,13 @@ The configures in `checks` are belong to health check, the 
type of `checks`
 contains: `active` or `passive`.
 
 * `active`: To enable active health checks, you need to specify the 
configuration items under `checks.active` in the Upstream object configuration.
-
+  * `active.type`: The type of active health check, supports `http`, `https`, 
`tcp`, default: `http`.
   * `active.timeout`: Socket timeout for active checks (in seconds), support 
decimals. For example `1.01` means `1010` milliseconds, `2` means `2000` 
milliseconds.
-
+  * `active.concurrency`: Number of targets to check concurrently in active 
health checks, default: `10`.
   * `active.http_path`: The HTTP GET request path used to detect if the 
upstream is healthy.
   * `active.host`: The HTTP request host used to detect if the upstream is 
healthy.
   * `active.port`: The customize health check host port (optional), this will 
override the port in the `upstream` node.
+  * `active.https_verify_certificate`: Whether to check the validity of the 
SSL certificate of the remote host when performing active health checks using 
HTTPS. Default: `true`.

Review comment:
       Some fields are still missing, like "http_statuses".




-- 
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]


Reply via email to