Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/prometheus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.48.0
Choose a base ref
...
head repository: prometheus/prometheus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.48.1
Choose a head ref
  • 8 commits
  • 13 files changed
  • 7 contributors

Commits on Nov 28, 2023

  1. Native histograms vs labels (#13005)

    * Document le and quantile label transition due to native histograms
    
    Fixes: #12984
    
    For full explanation see the related issue. The le and quantile labels
    are formatted as float with trailing .0 for whole number values when
    native histograms is enabled, e.g. 10.0. This changes the resulting series
    in Prometheus if previously we scraped the whole number itself, e.g. 10
    over the text format.
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    
    ---------
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
    krajorama committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    403551a View commit details
    Browse the repository at this point in the history
  2. Update call to newScrapePool

    Used to have a different signature.
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    bbe0615 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request #13202 from krajorama/backport-13005-to-2.28

    [2.48] Backport: Native histograms vs labels (#13005)
    beorn7 authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0bd4e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. feat(tsdb/agent): notify remote storage when commit happens (#13223)

    Signed-off-by: Julien Levesy <jlevesy@gmail.com>
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    Co-authored-by: Callum Styan <callumstyan@gmail.com>
    jlevesy and cstyan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    74f6aee View commit details
    Browse the repository at this point in the history
  2. fix(wlog/watcher): read segment synchronously when not tailing (#13224)

    Signed-off-by: Julien Levesy <jlevesy@gmail.com>
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    Co-authored-by: Callum Styan <callumstyan@gmail.com>
    jlevesy and cstyan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0758ff1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge pull request #13251 from prometheus/backport-agent-notify-fixes

    Backport agent notify fixes
    bwplotka authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6034dcb View commit details
    Browse the repository at this point in the history
  2. Cut 2.48.1 + bump in UI pkgs. (#13258)

    Signed-off-by: bwplotka <bwplotka@gmail.com>
    bwplotka authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3ea56a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix pr numbers (#13264)

    Signed-off-by: Levi Harrison <git@leviharrison.dev>
    LeviHarrison authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6389421 View commit details
    Browse the repository at this point in the history
Loading