Module: Protocol::GRPC::HealthCheck::ServingStatus
- Defined in:
- lib/protocol/grpc/health_check.rb
Overview
Health check status constants
Constant Summary collapse
- UNKNOWN =
0- SERVING =
1- NOT_SERVING =
2- SERVICE_UNKNOWN =
3
Health check status constants
0123