Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
dns query string (".", "www.dropbox.com" and etc)
type of dns query message.
dns client (tcp|udp) transport.
expected rcode in response to path health check.
max wait timeout in milliseconds to complete the test. default value is 5000 ms.
Used in:
IPv4 address record.
IPv6 address record.
Name server record.
Mail exchange record.
Text record.
Start of authority record.
Used in:
(message has no fields)
Used in:
Used in:
http or https perform https request to backend if set to 'https'
TODO(team): rename to urlPath or something same url path to be requested on backend: "/", "/health", etc.
headers to be set in http request
list of expected http response codes
if `proxy_check_url` is defined, healthcheck is performed as http[s] (based on `scheme` field) proxy request to backend querying `proxy_check_url`, `uri` is ignored.
follow redirects and latest response code, disabled by default
max wait timeout in milliseconds to complete the test. default value is 5000 ms.
Used in:
,Configuration of syslog health checker.
Used in:
Syslog log level specified in the message sent to syslog daemon.
(Optional) Health checking port. When it's specified (has positive value) health checker will use the number as dst port instead of using port defined in lb_service config.
tcp|udp health checking transport. It might be helpful to perform health checking over tcp even lb_service is udp since udp health checking is not much effective without any response from syslog daemon.
max wait timeout in milliseconds to complete the test. default value is 5000 ms.
Configuration of TCP health checker
Used in:
max wait timeout in milliseconds to complete the test default value is 5000ms
Used in:
individual entry check interval
number of consecutive valid health checks before considering the upstream as UP
number of consecutive invalid health checks before considering the upstream as DOWN
How many concurrency health checks can be send to this set of upstreams. Default value is 100.