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

store/proxy: set {Min,Max}Time accordingly to the nodes #982

Merged
merged 2 commits into from
Mar 28, 2019

Commits on Mar 26, 2019

  1. store/proxy: set {Min,Max}Time accordingly to the nodes

    It doesn't make sense to advertise that a Thanos Query node has data
    since the beginning of the time and till the end of time if it only has
    nodes which have specific time ranges of data.
    
    Change it accordingly by checking each time range of each node and
    setting it to the min/max values.
    Giedrius Statkevičius committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    fc36356 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. store/proxy: add handling for edge case

    In case there are no configured stores at Thanos Query we want to revert
    to the old behaviour and inform the Info() callers that indeed we do
    have all of the data.
    Giedrius Statkevičius committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    09eff13 View commit details
    Browse the repository at this point in the history