Health check¶
Health check configuration overview.
filter.http.HealthCheck¶
[filter.http.HealthCheck proto]
{
"pass_through_mode": "{...}",
"endpoint": "...",
"cache_time": "{...}"
}
- pass_through_mode
- (BoolValue, REQUIRED) Specifies whether the filter operates in pass through mode or not.
- endpoint
- (string, REQUIRED) Specifies the incoming HTTP endpoint that should be considered the health check endpoint. For example /healthcheck.
- cache_time
- (Duration) If operating in pass through mode, the amount of time in milliseconds that the filter should cache the upstream response.