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

Streaming PromQL engine: native histograms #8121

Merged
merged 31 commits into from
May 29, 2024

Commits on May 13, 2024

  1. Streaming PromQL engine: native histograms

    Add native histogram support to instant vectors.
    jhesketh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a021ff7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    3ce17f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1970ce3 View commit details
    Browse the repository at this point in the history
  3. Don't defer returning slices

    jhesketh committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a75e358 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    0b8a160 View commit details
    Browse the repository at this point in the history
  2. Move returnSlices helper

    jhesketh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5c7a2cd View commit details
    Browse the repository at this point in the history
  3. rename val for consistency

    jhesketh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    235a402 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update comment from feedback

    jhesketh committed May 21, 2024
    Configuration menu
    Copy the full SHA
    72493bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea8e20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    885adfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84be678 View commit details
    Browse the repository at this point in the history
  5. Remove duplicate test

    jhesketh committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d67498b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cf927e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix FloatHistogram selector

    jhesketh committed May 24, 2024
    Configuration menu
    Copy the full SHA
    229b30a View commit details
    Browse the repository at this point in the history
  2. Add range test

    jhesketh committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7438138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    999d860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d50e3c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    91ba5c1 View commit details
    Browse the repository at this point in the history
  2. Revert "Load benchmark samples in batches to avoid OOM'ing"

    We can't use OOO samples with native histograms, so instead of
    batching by series we'll batch by samples
    
    This reverts commit 91ba5c1.
    jhesketh committed May 27, 2024
    Configuration menu
    Copy the full SHA
    aeb1b53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b79add View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a38e40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ae514 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    063ed83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cff32b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9adee0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add note on batch size

    jhesketh committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7fbde86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ff8bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08733c View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jhesketh committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e94b596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa095fb View commit details
    Browse the repository at this point in the history
  6. Fix typo

    jhesketh committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e8e5b24 View commit details
    Browse the repository at this point in the history