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

Implement Required option for remote_read #5667

Closed
wants to merge 1 commit into from

Commits on Jun 14, 2019

  1. Implement Required option for remote_read

    This allows the user to define whether the data from a remote-read is required or not. The default maintains the same current behavior (where all errors from a remote-read are marked as warnings).
    
    In addition to the additional flexibility IMO this is a cleaner implementation (as the mergequerier now doesn't have to deal with primary vs secondary queriers.
    
    Fixes prometheus#5662
    
    Signed-off-by: Thomas Jackson <jacksontj.89@gmail.com>
    jacksontj committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    a7315e8 View commit details
    Browse the repository at this point in the history