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

vmalert: retry datasource requests with EOF or unexpected EOF errors #4146

Merged
merged 2 commits into from
Apr 19, 2023

Commits on Apr 19, 2023

  1. vmalert: retry datasource requests with EOF or unexpected EOF errors

    Retry failed read request on the closed connection one more time.
    This may improve rules execution reliability when connection
    between vmalert and datasource closes unexpectedly.
    
    Signed-off-by: hagen1778 <roman@victoriametrics.com>
    hagen1778 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0eeaee5 View commit details
    Browse the repository at this point in the history
  2. vmalert: fix old tests

    Signed-off-by: hagen1778 <roman@victoriametrics.com>
    hagen1778 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    c5af50e View commit details
    Browse the repository at this point in the history