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

Update to upstream 64a9abb8be (LabelValuesFor signature change) #651

Merged
merged 13 commits into from
Jun 17, 2024

Commits on Jun 4, 2024

  1. [ENHANCEMENT] HTTP API: Add url to errors logged while sending response

    Give more clues when troubleshooting.
    
    Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
    bboreham committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4ce2628 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. headIndexReader.LabelNamesFor: skip not found series

    It's quite common during the compaction cycle to hold series IDs for
    series that aren't in the TSDB head anymore.
    
    We shouldn't fail if that happens, as the caller has no way to figure
    out which one of the IDs doesn't exist.
    
    Fixes prometheus/prometheus#14278
    
    Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
    colega committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d0d361d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. fix: broken link on github mobile

    Signed-off-by: parnavh <parnav100sach@gmail.com>
    parnavh committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c92a577 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. docs: clarify default Docker command line parameters (#14194)

    * docs: clarify default Docker command line parameters
    
    Signed-off-by: Rens Groothuijsen <l.groothuijsen@alumni.maastrichtuniversity.nl>
    
    * docs: move Docker command line parameters section and refer to Dockerfile
    
    Signed-off-by: Rens Groothuijsen <l.groothuijsen@alumni.maastrichtuniversity.nl>
    
    * Add link to Dockerfile in documentation
    
    Co-authored-by: Ayoub Mrini <ayoubmrini424@gmail.com>
    Signed-off-by: Rens Groothuijsen <l.groothuijsen@alumni.maastrichtuniversity.nl>
    
    ---------
    
    Signed-off-by: Rens Groothuijsen <l.groothuijsen@alumni.maastrichtuniversity.nl>
    Co-authored-by: Ayoub Mrini <ayoubmrini424@gmail.com>
    rgroothuijsen and machine424 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    19fd521 View commit details
    Browse the repository at this point in the history
  2. chore: use HumanizeDuration from prometheus/common (#14202)

    * chore: use HumanizeDuration from prometheus/common
    
    Signed-off-by: Sergey <freak12techno@gmail.com>
    
    * chore: fixed linting
    
    Signed-off-by: Sergey <freak12techno@gmail.com>
    
    * chore: review fixes
    
    ---------
    
    Signed-off-by: Sergey <freak12techno@gmail.com>
    freak12techno authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5a5a6f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14279 from colega/fix-label-names-for-not-found

    headIndexReader.LabelNamesFor: skip not found series
    bboreham authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c5d923a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14209 from bboreham/api-error-url

    [ENHANCEMENT] HTTP API: Add url to errors logged while sending response
    bboreham authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    64c5cc5 View commit details
    Browse the repository at this point in the history
  5. [BUGFIX] FastRegexpMatcher: do Unicode normalization as part of case-…

    …insensitive comparison (#14170)
    
    * Converted string to standarized form
    * Added golang.org/x/text in Go dependencies
    * Added test cases for FastRegexMatcher
    * Added benchmark for toNormalizedLower
    
    Signed-off-by: RA <ranveeravhad777@gmail.com>
    Ranveer777 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    39902ba View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Tune default GOGC

    Adjust the default GOGC value to 75. This is less of a memory savings,
    but has less impact on CPU use.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ea2b39a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14282 from parnavh/fix-broken-link

    fix: broken link on github mobile
    roidelapluie authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b31aaa6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14285 from prometheus/superq/tune_gogc

    Tune default GOGC
    SuperQ authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7f0caf7 View commit details
    Browse the repository at this point in the history
  4. Change LabelValuesFor() to accept index.Postings (#14280)

    The only call we have to LabelValuesFor() has an index.Postings, and we
    expand it to pass to this method, which will iterate over the values.
    
    That's a waste of resources: we can iterate on the index.Postings
    directly.
    
    If there's any downstream implementation that has a slice of series,
    they can always do an index.ListPostings from them: doing that is
    cheaper than expanding an abstract index.Postings.
    
    Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
    colega authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    64a9abb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge branch 'main' into prometheus-main-64a9abb8be

    Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
    colega committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6af02ae View commit details
    Browse the repository at this point in the history