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

Synch with Prometheus up to 2023-04-18 (b028112) #485

Merged
merged 5 commits into from
Apr 18, 2023

Commits on Apr 14, 2023

  1. labels: small optimization to stringlabels

    Add a fast path for the common case that a string is less than 127 bytes
    long, to skip a shift and the loop.
    
    Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
    bboreham committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1801cd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. add ctx to QueryEngine interface

    Signed-off-by: Ben Ye <benye@amazon.com>
    yeya24 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    fd3630b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12267 from bboreham/faster-decodesize

    labels: small optimization to stringlabels
    bboreham authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cdf42df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12269 from yeya24/add-ctx-engine-interface

    Add ctx to QueryEngine interface
    roidelapluie authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bb217dd View commit details
    Browse the repository at this point in the history
  4. Making the number of CPU cores used for sorting postings lists editab…

    …le (#12247)
    
    Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
    duricanikolic authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b028112 View commit details
    Browse the repository at this point in the history