-
Notifications
You must be signed in to change notification settings - Fork 323
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.63.0
head repository: prometheus/common
compare: v0.64.0
- 17 commits
- 13 files changed
- 7 contributors
Commits on Mar 21, 2025
-
Add deprecation notice to otlptranslator
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64474d2 - Browse repository at this point
Copy the full SHA 64474d2View commit details
Commits on Mar 22, 2025
-
Merge pull request #773 from prometheus/deprecate
Add deprecation notice to otlptranslator
Configuration menu - View commit details
-
Copy full SHA for 81fbc80 - Browse repository at this point
Copy the full SHA 81fbc80View commit details
Commits on Mar 23, 2025
-
Update common Prometheus files (#774)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for e4b3776 - Browse repository at this point
Copy the full SHA e4b3776View commit details
Commits on Mar 31, 2025
-
Update common Prometheus files (#775)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 6071fb3 - Browse repository at this point
Copy the full SHA 6071fb3View commit details -
* Update Go to support 1.24. * Update minimum Go version to 1.23.0. * Bump Go modules. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3874acf - Browse repository at this point
Copy the full SHA 3874acfView commit details
Commits on Apr 8, 2025
-
chore: Upgrade golangci-lint to v2 (#779)
- Migrate the configuration file - Update the tooling version and CI - Apply auto-fixes Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
Configuration menu - View commit details
-
Copy full SHA for cffef2d - Browse repository at this point
Copy the full SHA cffef2dView commit details -
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#777)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. - [Commits](golang/net@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 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 09eca2d - Browse repository at this point
Copy the full SHA 09eca2dView commit details -
build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#776
) Bumps google.golang.org/protobuf from 1.36.5 to 1.36.6. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.6 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 318ef65 - Browse repository at this point
Copy the full SHA 318ef65View commit details
Commits on Apr 10, 2025
-
promslog: Use the default timezone (again)
As per the dev-summit discussion, we want to use the default timezone as selected by slog after all rather than a hardcoded UTC. (This was accidentally introduced earlier when moving from gokit to slog, but then switched back to hardcoded UTC in PR #735.) Environments that have configured UTC anyway won't see any difference, but those with other timezones configured will see the configured timezone for the timestamps in their logs. This is in line with how slog behaves by default. Example timestamp _before_ this change and also _after_ this change with UTC configured in the environment via a suitable way (e.g. setting `TZ=UTC` on Linux): time=2025-04-10T12:00:38.179Z Example timestamp _after_ this change with location Europe/Berlin, i.e. timezone is CET or CEST: time=2025-04-10T14:00:03.120+02:00 Note that the precise delta to UTC is in the timestamp. So this change will also be transparent to the usual logs processing tools. Signed-off-by: beorn7 <beorn@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 31ee791 - Browse repository at this point
Copy the full SHA 31ee791View commit details -
Merge pull request #739 from prometheus/beorn7/log
promslog: Use the default timezone (again)
Configuration menu - View commit details
-
Copy full SHA for 8de85c2 - Browse repository at this point
Copy the full SHA 8de85c2View commit details
Commits on May 4, 2025
-
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 8c1fb2e - Browse repository at this point
Copy the full SHA 8c1fb2eView commit details
Commits on May 7, 2025
-
Merge pull request #787 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 633961f - Browse repository at this point
Copy the full SHA 633961fView commit details
Commits on May 15, 2025
-
build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.…
…6.2 (#784) Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](prometheus/client_model@v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_model dependency-version: 0.6.2 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 4ca345a - Browse repository at this point
Copy the full SHA 4ca345aView commit details -
build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#785)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.28.0 to 0.29.0. - [Commits](golang/oauth2@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.29.0 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 8048031 - Browse repository at this point
Copy the full SHA 8048031View commit details -
build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#786)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.39.0. - [Commits](golang/net@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.39.0 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 b8eddd7 - Brows B200 e repository at this point
Copy the full SHA b8eddd7View commit details -
refactor(promslog): make
NewNopLogger()
wrapper aroundNew()
(#783)* refactor(promslog): make `NewNopLogger()` wrapper around `New()` While discussing the fix for prometheus/prometheus#16466, it was pointed out that our `promslog.NewNopLogger()` convenience function would benefit from using the same logic used when initializing loggers with `promslog.New()`. By refactoring NewNopLogger to wrap New, it inherits that same setup logic. Signed-off-by: TJ Hoplock <t.hoplock@gmail.com> * fix(promslog): don't set NewNopLogger to debug level Signed-off-by: TJ Hoplock <t.hoplock@gmail.com> --------- Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 487c180 - Browse repository at this point
Copy the full SHA 487c180View commit details -
build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#788)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.29.0 to 0.30.0. - [Commits](golang/oauth2@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.30.0 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 6a35e02 - Browse repository at this point
Copy the full SHA 6a35e02View 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.63.0...v0.64.0