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: introduce dynamic lookback interval #3277

Merged
merged 13 commits into from
Nov 6, 2020

Commits on Oct 5, 2020

  1. query: introduce dynamic lookback interval

    Closes thanos-io#2608
    This allows queries with large step to make use of downsampled data.
    
    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    75de5c9 View commit details
    Browse the repository at this point in the history
  2. Fix minor checks

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    71a61eb View commit details
    Browse the repository at this point in the history
  3. Append changelog

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    5262d98 View commit details
    Browse the repository at this point in the history
  4. Add missing copyright

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6935ece View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Use pre-defined downsampling resolution constatns

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    2824f45 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Use dynamic lookback delta by default

    Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak and bwplotka committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b491083 View commit details
    Browse the repository at this point in the history
  2. Rename defaultEngine to rawEngine

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    29ea24e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Merge engineFunc and newEngine into single engineFactory

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7413ba5 View commit details
    Browse the repository at this point in the history
  2. Remove query.dynamic-lookback-delta from docs

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    22acb87 View commit details
    Browse the repository at this point in the history
  3. Rename test

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    cfbcd46 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Merge branch 'master' into dynamic-lookback-delta

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8daedb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    d4a3db6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Review fixes

    Signed-off-by: Vladimir Kononov <krya-kryak@users.noreply.github.com>
    krya-kryak committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    886ddd8 View commit details
    Browse the repository at this point in the history