-
Notifications
You must be signed in to change notification settings - Fork 338
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.58.0
head repository: prometheus/common
compare: v0.60.1
- 18 commits
- 22 files changed
- 12 contributors
Commits on Sep 4, 2024
-
expfmt: Add WithEscapingScheme to help construct Formats (#688)
expfmt: Add WithEscapingScheme to help construct Formats Signed-off-by: Owen Williams <[email protected]> --------- Signed-off-by: Owen Williams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f8e8f4 - Browse repository at this point
Copy the full SHA 4f8e8f4View commit details -
Change the default escape method to UnderscoreEscaping
fixes #689 Signed-off-by: Owen Williams <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01da226 - Browse repository at this point
Copy the full SHA 01da226View commit details
Commits on Sep 5, 2024
-
Merge pull request #690 from ywwg/owilliams/default-escaping
Change the default escape method to UnderscoreEscaping
Configuration menu - View commit details
-
Copy full SHA for bf4843e - Browse repository at this point
Copy the full SHA bf4843eView commit details -
fix(utf8): Fix multiple metric name inside braces validation (#691)
* Fix multiple metric name inside braces validation Signed-off-by: Federico Torres <[email protected]> --------- Signed-off-by: Federico Torres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be8a747 - Browse repository at this point
Copy the full SHA be8a747View commit details
Commits on Sep 7, 2024
-
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f9af24 - Browse repository at this point
Copy the full SHA 5f9af24View commit details
Commits on Sep 8, 2024
-
Update common Prometheus files (#692)
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa21dfd - Browse repository at this point
Copy the full SHA fa21dfdView commit details
Commits on Sep 14, 2024
-
Merge pull request #694 from jkroepke/slog/writer
slog: expose io.Writer
Configuration menu - View commit details
-
Copy full SHA for 40d6251 - Browse repository at this point
Copy the full SHA 40d6251View commit details
Commits on Sep 17, 2024
-
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bc4cd5 - Browse repository at this point
Copy the full SHA 8bc4cd5View commit details
Commits on Sep 18, 2024
-
Merge pull request #695 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 14bac55 - Browse repository at this point
Copy the full SHA 14bac55View commit details
Commits on Sep 20, 2024
-
promslog: use UTC timestamps for go-kit log style (#696)
promlog initialized its go-kit logger to use UTC timestamps, so for true backwards compatibility, the go-kit log style in promslog should retain that configuration. Signed-off-by: Daniel Swarbrick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d66e745 - Browse repository at this point
Copy the full SHA d66e745View commit details
Commits on Sep 27, 2024
-
feat: add
promslog.NewNopLogger()convenience func (#697)Simple convenience function to return an slog.Logger that writes to io.Discard. Originally suggested by @ArthurSens [here](#686 (comment)), and requested again by @bboreham [here](prometheus/prometheus#14906 (comment)). As Bryan points out in the comment, there's 147 instances where a discard logger is needed, so a consistent utility function to manage them seems helpful. Signed-off-by: TJ Hoplock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e3a6fd - Browse repository at this point
Copy the full SHA 4e3a6fdView commit details
Commits on Sep 29, 2024
-
Bump golang.org/x/net from 0.28.0 to 0.29.0 (#699)
* Bump golang.org/x/net from 0.28.0 to 0.29.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0. - [Commits](golang/net@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Go mod tidy in sigv4. Signed-off-by: SuperQ <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: SuperQ <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7aa68c - Browse repository at this point
Copy the full SHA b7aa68cView commit details -
Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#698)
* Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.22.0 to 0.23.0. - [Commits](golang/oauth2@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Go mod tidy in sigv4. Signed-off-by: SuperQ <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: SuperQ <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63ff77e - Browse repository at this point
Copy the full SHA 63ff77eView commit details
Commits on Oct 1, 2024
-
Update supported Go versions (#700)
* Update Go minimum to 1.21. * Update Go tests to 1.23. * Cleanup old Go 1.21 build flags. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dae848d - Browse repository at this point
Copy the full SHA dae848dView commit details
Commits on Oct 11, 2024
-
promslog: Only log basename, not full path
Signed-off-by: Julien <[email protected]>
Julien committedOct 11, 2024 Configuration menu - View commit details
-
Copy full SHA for fdc50c7 - Browse repository at this point
Copy the full SHA fdc50c7View commit details -
Merge pull request #705 from roidelapluie/sourcefile
promslog: Only log basename, not full path
Configuration menu - View commit details
-
Copy full SHA for a9d2e3f - Browse repository at this point
Copy the full SHA a9d2e3fView commit details
Commits on Oct 14, 2024
-
Reload certificates even when no CA is used (#707)
This commit uses the roundtripper that reloads itself even when there is no CA, so when keys and certs are reloaded on disk, we have a new rountripper and we use the new certificates. Signed-off-by: Julien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d2e2e5 - Browse repository at this point
Copy the full SHA 0d2e2e5View commit details -
Update common Prometheus files (#701)
Signed-off-by: prombot <[email protected]> Co-authored-by: Ben Kochie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 653e0fa - Browse repository at this point
Copy the full SHA 653e0faView 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.58.0...v0.60.1