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