You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gRPC Health service implements the standard https://github.com/grpc/grpc/blob/master/doc/health-checking.md[gRPC health checking protocol], which allows clients to check the health status of your services.
359
385
360
-
The gRPC Health Service implements the standard https://github.com/grpc/grpc/blob/master/doc/health-checking.md[gRPC health checking protocol], which allows clients to check the health status of your services.
361
386
By default `HealthService` returns all registered services with status `SERVING`, if you want to override this, you need to register health check, for the specified service.
362
387
363
-
The Health Service provides a simple way to expose health status of your services via gRPC.
388
+
The Health service provides a simple way to expose health status of your services via gRPC.
364
389
It implements two RPCs:
365
390
366
391
* `Check`: For checking the health status of a service
@@ -389,7 +414,7 @@ dependencies {
389
414
}
390
415
----
391
416
392
-
Here's how to create and bind a Health Service to your gRPC server:
417
+
Here's how to create and bind a Health service to your gRPC server:
0 commit comments