#_gabsonstripe__83335
1 messages · Page 1 of 1 (latest)
without linking anything in a nutshell: 'The most common way of implementing a service level health check is by defining a health check endpoint. For example, in gRPC, the health check becomes an RPC call in its own right. gRPC also allows for per service health checks as well as an overall gRPC server health check.'
whenever I want to report healthy/unhealthy/degraded states in the future, so I can make sure the service needs to be restarted or killed based on the health of an exisiting connection
no we don't have this. but you could for example make an API call to retrieve a customer obejct, and check if you get back an error of if it worked.