|
|
@ -152,9 +152,6 @@ message HealthCheck { |
|
|
|
// TCP health check. |
|
|
|
// TCP health check. |
|
|
|
TcpHealthCheck tcp_health_check = 9; |
|
|
|
TcpHealthCheck tcp_health_check = 9; |
|
|
|
|
|
|
|
|
|
|
|
// Redis health check. |
|
|
|
|
|
|
|
RedisHealthCheck redis_health_check = 10; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// gRPC health check. |
|
|
|
// gRPC health check. |
|
|
|
GrpcHealthCheck grpc_health_check = 11; |
|
|
|
GrpcHealthCheck grpc_health_check = 11; |
|
|
|
|
|
|
|
|
|
|
@ -162,6 +159,10 @@ message HealthCheck { |
|
|
|
CustomHealthCheck custom_health_check = 13; |
|
|
|
CustomHealthCheck custom_health_check = 13; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reserved 10; // redis_health_check is deprecated by :ref:`custom_health_check |
|
|
|
|
|
|
|
// <envoy_api_field_core.HealthCheck.custom_health_check>` |
|
|
|
|
|
|
|
reserved "redis_health_check"; |
|
|
|
|
|
|
|
|
|
|
|
// The "no traffic interval" is a special health check interval that is used when a cluster has |
|
|
|
// The "no traffic interval" is a special health check interval that is used when a cluster has |
|
|
|
// never had traffic routed to it. This lower interval allows cluster information to be kept up to |
|
|
|
// never had traffic routed to it. This lower interval allows cluster information to be kept up to |
|
|
|
// date, without sending a potentially large amount of active health checking traffic for no |
|
|
|
// date, without sending a potentially large amount of active health checking traffic for no |
|
|
|