From aea13f1c8519d7a0e3aea3837fd9fc18e68ee9b4 Mon Sep 17 00:00:00 2001 From: yang-g Date: Fri, 19 Feb 2016 11:05:28 -0800 Subject: global replace health check proto v1alpha to v1 --- doc/health-checking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/health-checking.md') diff --git a/doc/health-checking.md b/doc/health-checking.md index 0b3f9c6a03..92512e942b 100644 --- a/doc/health-checking.md +++ b/doc/health-checking.md @@ -26,7 +26,7 @@ The server should export a service defined in the following proto: ``` syntax = "proto3"; -package grpc.health.v1alpha; +package grpc.health.v1; message HealthCheckRequest { string service = 1; @@ -49,7 +49,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.v1alpha.Health`. +is `package_names.ServiceName`, such as `grpc.health.v1.Health`. The server should register all the services manually and set the individual status, including an empty service name and its status. For each -- cgit v1.2.3