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

Support custom lookback delta from request for query api #5607

Merged
merged 16 commits into from
Aug 23, 2022

Commits on Aug 22, 2022

  1. Update prometheus version to v0.38.0

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d2febe0 View commit details
    Browse the repository at this point in the history
  2. Add custom lookbackDelta from request support for query api

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    392ca2c View commit details
    Browse the repository at this point in the history
  3. Add change to CHANGELOG

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f4c5650 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5f0b510 View commit details
    Browse the repository at this point in the history
  5. Fix lints

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9c6b190 View commit details
    Browse the repository at this point in the history
  6. Replace engineFactory with lookbackDeltaFactory

    Add custom lookback delta support in query grpc api
    
    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4c01d7d View commit details
    Browse the repository at this point in the history
  7. Replace TestEngineFactory with TestLookbackDeltaFactory test

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    cfd8a2f View commit details
    Browse the repository at this point in the history
  8. Run formatter

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    58c7719 View commit details
    Browse the repository at this point in the history
  9. Fix manager_test.go

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7b10ddc View commit details
    Browse the repository at this point in the history
  10. Remove engineFactory and adjust comment

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    496b19e View commit details
    Browse the repository at this point in the history
  11. Go fmt query.go

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    806c7f2 View commit details
    Browse the repository at this point in the history
  12. Fix test and lints

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    81bd73f View commit details
    Browse the repository at this point in the history
  13. Remove self-assignment of engineOpts.ActiveQueryTracker

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    defcd05 View commit details
    Browse the repository at this point in the history
  14. Fix query.proto backwards compatibility

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    af7e3f0 View commit details
    Browse the repository at this point in the history
  15. Fix comment indentation

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2ec59bb View commit details
    Browse the repository at this point in the history
  16. Multiply maxResolution by 1000 in grpc api

    Signed-off-by: Oron Sharabi <[email protected]>
    oronsh committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d65fb64 View commit details
    Browse the repository at this point in the history