From b1bdf03d406ce256401564674c5b240f280af9ff Mon Sep 17 00:00:00 2001 From: Eugene Ostroukhov Date: Tue, 11 Apr 2023 09:04:47 -0700 Subject: [PATCH] [doc] Remove the suggested format for health check name (#32841) fixes: #32823 --- doc/health-checking.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/health-checking.md b/doc/health-checking.md index 0d866e3f4db..17f2a5c332a 100644 --- a/doc/health-checking.md +++ b/doc/health-checking.md @@ -51,8 +51,7 @@ service Health { A client can query the server’s health status by calling the `Check` method, and a deadline should be set on the rpc. The client can optionally set the service -name it wants to query for health status. The suggested format of service name -is `package_names.ServiceName`, such as `grpc.health.v1.Health`. +name it wants to query for health status. The server should register all the services manually and set the individual status, including an empty service name and its status. For each