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

Fix: Do not emit health_status event for each health check attempt. #24005

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Fix: Do not emit health_status event for each health check attempt.

    Emit event only if there is a change in health_status
    Fixes containers#24003
    
    Resolves containers#24005 (comment)
    
    Pass additional isChanged flag to event creation function
    
    Fix health check events for docker api
    Signed-off-by: Harish Karumuthil <[email protected]>
    harish2704 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cecdca7 View commit details
    Browse the repository at this point in the history
  2. Fix Go fmt

    Signed-off-by: Harish Karumuthil <[email protected]>
    harish2704 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4597408 View commit details
    Browse the repository at this point in the history