[doc] Remove the suggested format for health check name (#32841)

fixes: #32823
pull/32854/head
Eugene Ostroukhov 2 years ago committed by GitHub
parent 24d83cda9b
commit b1bdf03d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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 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 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 name it wants to query for health status.
is `package_names.ServiceName`, such as `grpc.health.v1.Health`.
The server should register all the services manually and set The server should register all the services manually and set
the individual status, including an empty service name and its status. For each the individual status, including an empty service name and its status. For each

Loading…
Cancel
Save