Skip to content

feat: LB upstream healthcheck/readiness probe #158

@ii64

Description

@ii64

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.

Describe alternatives you've considered

None

Additional context

TBA

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions