Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: log server-side /health checks #11704

Merged
merged 1 commit into from
Mar 18, 2020
Merged

*: log server-side /health checks #11704

merged 1 commit into from
Mar 18, 2020

Commits on Mar 18, 2020

  1. *: log server-side /health checks

    To make it easier to root-cause when /health check fails.
    For example, we are using load balancer to health check
    each etcd instance, and when one etcd node gets terminated,
    it's hard to tell whether etcd "server" was really failing
    or client (or load balancer") failed to reach the etcd cluster
    which is also failure in load balancer health check.
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    92f180c View commit details
    Browse the repository at this point in the history