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

feat: make it easier to reason about health check failures #374

Merged
merged 1 commit into from
Jul 5, 2021

Commits on Jul 4, 2021

  1. feat: make it easier to reason about health check failures

    Whenever a health check times out now, the most recently collected
    error for each resource will be printed as part of the error message.
    This excludes errors for those resources for which no error was
    reported in the last update. This is because whenever a timeout
    occurs, an error is reported on ALL resources, even those that have
    been seen as healthy before.
    
    Also, this commit causes all successfully checked resources to be
    omitted in the error event.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner committed Jul 4, 2021
    1 Configuration menu
    Copy the full SHA
    bbc4208 View commit details
    Browse the repository at this point in the history