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

*: mark as unqueryable if status is not_ready/not_healthy #7297

Commits on Apr 23, 2024

  1. Sidecar: mark as unqueryable if prometheus is down

    If the prometheus that belongs to a sidecar is down we dont need to
    query the sidecar. This PR makes it so that we take the sidecar out of
    the endpoint set then. We do the same for all other store APIs by
    retuning an error in the info/Info gRPC call if they are marked as not
    ready.
    
    Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
    MichaHoffmann committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    713e5e3 View commit details
    Browse the repository at this point in the history