-
Notifications
You must be signed in to change notification settings - Fork 322
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.48.0
head repository: prometheus/common
compare: v0.49.0
- 13 commits
- 17 files changed
- 9 contributors
Commits on Feb 27, 2024
-
Update common Prometheus files (#574)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for bf53040 - Browse repository at this point
Copy the full SHA bf53040View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b98cb7c - Browse repository at this point
Copy the full SHA b98cb7cView commit details
Commits on Feb 28, 2024
-
Update common Prometheus files (#581)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for c9f742f - Browse repository at this point
Copy the full SHA c9f742fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb39912 - Browse repository at this point
Copy the full SHA eb39912View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9fbe2ed - Browse repository at this point
Copy the full SHA 9fbe2edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dd8b1ec - Browse repository at this point
Copy the full SHA dd8b1ecView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c61db0 - Browse repository at this point
Copy the full SHA 9c61db0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b27d4bf - Browse repository at this point
Copy the full SHA b27d4bfView commit details -
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 authoredFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 48d2e18 - Browse repository at this point
Copy the full SHA 48d2e18View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 699b115 - Browse repository at this point
Copy the full SHA 699b115View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 52e512c - Browse repository at this point
Copy the full SHA 52e512cView commit details
Commits on Feb 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e8be06d - Browse repository at this point
Copy the full SHA e8be06dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 36d0bf9 - Browse repository at this point
Copy the full SHA 36d0bf9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.48.0...v0.49.0