aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/health-checking.md
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-08-25 08:18:25 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-08-25 08:18:25 -0700
commitf03b112d12d32f42b023a5c49d994438dde0a95e (patch)
tree979d4e64ecf7ed31495d635ea4caa7c037284f72 /doc/health-checking.md
parent7187ab9866f95181212cdb8b80fcbe0a36b01765 (diff)
parent19ea0cffd7ba3df686ed05671f9ed35b8e9fa830 (diff)
Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line
Diffstat (limited to 'doc/health-checking.md')
-rw-r--r--doc/health-checking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/health-checking.md b/doc/health-checking.md
index 92512e942b..7be8107b60 100644
--- a/doc/health-checking.md
+++ b/doc/health-checking.md
@@ -58,7 +58,7 @@ a response must be sent back with an `OK` status and the status field should be
set to `SERVING` or `NOT_SERVING` accordingly. If the service name is not
registered, the server returns a `NOT_FOUND` GRPC status.
-The server should use an empty string as the key for server’s
+The server should use an empty string as the key for server's
overall health status, so that a client not interested in a specific service can
query the server's status with an empty request. The server can just do exact
matching of the service name without support of any kind of wildcard matching.