shreemaan-abhishek commented on code in PR #13572: URL: https://github.com/apache/apisix/pull/13572#discussion_r3445414906
########## docs/en/latest/control-api.md: ########## @@ -134,7 +134,7 @@ Each of the returned objects contain the following fields: * name: resource id, where the health checker is reporting from. * type: health check type: `["http", "https", "tcp"]`. -* nodes: target nodes of the health checker. +* nodes: target nodes of the health checker. Nodes removed from the upstream are not reported, even if their checker state has not been cleaned up yet. Review Comment: ```suggestion * nodes: target nodes of the health checker. When APISIX can determine the current upstream node set from the configuration, nodes that have been removed from that set are not reported (even if their checker state has not been cleaned up yet). ``` -- 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]
