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/common
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/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.49.0
Choose a head ref
  • 13 commits
  • 17 files changed
  • 9 contributors

Commits on Feb 27, 2024

  1. Update common Prometheus files (#574)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bf53040 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 (#571)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.13 to 1.50.8.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.49.13...v1.50.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b98cb7c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Update common Prometheus files (#581)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c9f742f View commit details
    Browse the repository at this point in the history
  2. Update Go (#588)

    Signed-off-by: Ben Kochie <superq@gmail.com>
    SuperQ authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eb39912 View commit details
    Browse the repository at this point in the history
  3. Deprecate version.NewCollector (#579)

    Mark the version.NewCollector function deprecated in favor of the new
    version collector package in github.com/prometheus/client_golang. This
    will allow us to break the circular dependency between the two repos.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9fbe2ed View commit details
    Browse the repository at this point in the history
  4. Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 (#587)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.8 to 1.50.27.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.50.8...v1.50.27)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dd8b1ec View commit details
    Browse the repository at this point in the history
  5. Avoid off-spec openmetrics exposition when exemplars have empty labels (

    #569)
    
    Will fix prometheus/client_golang#1333
    
    Signed-off-by: Owen Smith <owen.rl.smith@gmail.com>
    orls authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9c61db0 View commit details
    Browse the repository at this point in the history
  6. Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#585)

    * Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.17.0.
    - [Commits](golang/oauth2@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump golang.org/x/oauth2.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: SuperQ <superq@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: SuperQ <superq@gmail.com>
    dependabot[bot] and SuperQ authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b27d4bf View commit details
    Browse the repository at this point in the history
  7. Write created lines when negotiating OpenMetrics (#504)

    * expfmt/openmetrics: Write created timestamps for counters, summaries and histograms
    * expfmt/encoder: Allow opt-in for OM created lines
    
    ---------
    
    Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
    Arthur Silva Sens authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    48d2e18 View commit details
    Browse the repository at this point in the history
  8. Upgrade client_model to v.0.6.0 (#589)

    * Add unit field to TestProtoFormatUnchanged
    * Adopt client_model v6
    
    ---------
    
    Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
    vesari authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    699b115 View commit details
    Browse the repository at this point in the history
  9. http_config: Add host (#549)

    * http_config: Add host
    
    ---------
    
    Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
    Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
    Co-authored-by: Ben Kochie <superq@gmail.com>
    jkroepke and SuperQ authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    52e512c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. LabelSet: Fix alphabetical sorting for prometheus LabelSet (#575)

    * custom sorting for LabelSet. See: #543
    
    Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
    
    * implement custom sorting for prometheus labelset. see: #543
    
    Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
    
    * implement custom sorting for prometheus labelset. see: #543
    
    Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
    
    * fix sorting issue of prometheus labelset. see: #543
    
    Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
    
    ---------
    
    Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
    wasim-nihal authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e8be06d View commit details
    Browse the repository at this point in the history
  2. labelset: optimise String() function (#590)

    Build the output in a `bytes.Buffer` to avoid creating small strings
    which are passed to `Join`.
    
    Use stack arrays to avoid allocations for small
    buffers, and `AppendQuote`/`AvailableBuffer` avoids
    allocating and copying in the case that buffer
    space is sufficient.
    
    Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
    bboreham authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    36d0bf9 View commit details
    Browse the repository at this point in the history
Loading