Add link to C++ health checking example (#1289)

This commit is contained in:
Michael Beardsworth 2024-05-20 11:24:39 -07:00 committed by GitHub
parent 1d45630d7b
commit 571730d1c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 6 deletions

View File

@ -99,12 +99,12 @@ language, see the examples in the **Language Support** section.
### Language Support
| Language | Example |
|----------|-------------------|
| Java | [Java example] |
| Go | [Go example] |
| Python | [Python example] |
| C++ | Not yet available |
| Language | Example |
|----------|------------------|
| Java | [Java example] |
| Go | [Go example] |
| Python | [Python example] |
| C++ | [C++ example] |
[health/v1]:https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
@ -112,3 +112,4 @@ language, see the examples in the **Language Support** section.
[Java example]:https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples/healthservice
[Go example]:https://github.com/grpc/grpc-go/tree/master/examples/features/health
[Python example]:https://github.com/grpc/grpc/tree/master/examples/python/health_checking
[C++ example]:https://github.com/grpc/grpc/tree/master/examples/cpp/health