Module health_check

Source
Expand description

Health Check interface and methods.

Structs§

HttpHealthCheck
HTTP health check
TcpHealthCheck
TCP health check

Traits§

HealthCheck
HealthCheck is the interface to implement health check for backends
HealthObserve
HealthObserve is an interface for observing health changes of backends, this is what’s used for our health observation callback.

Type Aliases§

HealthObserveCallback
Provided to a HealthCheck to observe changes to Backend health.