You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Sometimes upstream backend maybe just booted up/circuit-break'ed and that is not ready to serve traffic - this may cause partial service degradation due to LB algorithm that may route traffic to unhealthy instance.
Describe the solution you'd like
Passive healthcheck: Monolake observes if a connection to a backend is responded with error status code, or any network issue related errors.
Active healthcheck: Monolake proactively monitor backends by sending readiness/healthcheck probe to see if a backend is ready to serve traffic.