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

query/api: properly pass downsampling param #1144

Merged
merged 2 commits into from
May 15, 2019

Commits on May 15, 2019

  1. query/api: properly pass downsampling param

    As compact.ResolutionLevel{Raw,5m,1h} says the resolution levels are
    expressed in milliseconds. Currently, parseDownsamplingParam() calls
    parseDuration() and friends which express this value in nanoseconds.
    Thus, we need to divide the value by 1000*1000 to have them in
    milliseconds.
    
    Add test cases to check all of this.
    Giedrius Statkevičius committed May 15, 2019
    Configuration menu
    Copy the full SHA
    1ed4fb8 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: add information about thanos-io#1144

    Giedrius Statkevičius committed May 15, 2019
    Configuration menu
    Copy the full SHA
    e6f7ec7 View commit details
    Browse the repository at this point in the history