-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.62.0
head repository: prometheus/common
compare: v0.63.0
- 20 commits
- 24 files changed
- 12 contributors
Commits on Jan 18, 2025
-
making this map a public variable (#741)
Signed-off-by: dongjiang <dongjiang1989@126.com>
Configuration menu - View commit details
-
Copy full SHA for d5631d2 - Browse repository at this point
Copy the full SHA d5631d2View commit details -
setup ossf scorecard and codeql workflows (#564)
* setup ossf scorecard and codql workflows --------- Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1cc5297 - Browse repository at this point
Copy the full SHA 1cc5297View commit details
Commits on Jan 20, 2025
-
feat(promslog): implement reserved keys, rename duplicates (#746)
* feat(promslog): implement reserved keys, rename duplicates This commit adds support for "reserved" keys, where upon detecting a duplicate log attribute key, it will rename the key to prevent collisions/issues with core slog attribute keys in use. The reserved keys are: - `level` - `source` (for standard slog style) - `caller` (for legacy go-kit style) - `time` (for standard slog style) - `ts` (for legacy go-kit style) By supporting reserved keys, we allow users of the library to use these keys for their own supplemental log attributes. Fixes: #745 Example test output: ``` === RUN TestReservedKeys/slog_log_style time=2025-01-13T18:32:46.508Z level=INFO source=slog_test.go:212 msg="reserved keys test for slog_log_style" logged_level="surprise! I'm a string" logged_source="surprise! I'm a string" logged_time="surprise! I'm a string" === RUN TestReservedKeys/go-kit_log_style ts=2025-01-13T18:32:46.508Z level=info caller=slog_test.go:212 msg="reserved keys test for go-kit_log_style" logged_level="surprise! I'm a string" logged_caller="surprise! I'm a string" logged_ts="surprise! I'm a string" ``` Note: this implementation only technically removes duplicates of our core reserved keys. If a user adds multiple instances of a reserved key, the rest get renamed to `logged_$key`, which means there could be duplicate attributes with `logged_$key`. This is mostly to simplify implementation so we don't need to bother reference counting in the replace attr function to do things like `logged_$key1`, `logged_$key2`, etc. --------- Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for df14882 - Browse repository at this point
Copy the full SHA df14882View commit details -
Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#750)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.25.0. - [Commits](golang/oauth2@v0.24.0...v0.25.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b10c09 - Browse repository at this point
Copy the full SHA 1b10c09View commit details -
Bump golang.org/x/net from 0.33.0 to 0.34.0 (#749)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.34.0. - [Commits](golang/net@v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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 5b0d088 - Browse repository at this point
Copy the full SHA 5b0d088View commit details -
Bump google.golang.org/protobuf from 1.36.1 to 1.36.3 (#751)
Bumps google.golang.org/protobuf from 1.36.1 to 1.36.3. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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 7684929 - Browse repository at this point
Copy the full SHA 7684929View commit details
Commits on Jan 28, 2025
-
Signed-off-by: Peter Nguyen <petern0408@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9fedd39 - Browse repository at this point
Copy the full SHA 9fedd39View commit details
Commits on Feb 3, 2025
-
promslog: Make AllowedLevel concurrency safe. (#754)
* promslog: Make AllowedLevel concurrency safe. Needed for prometheus/prometheus#10352 Also I renamed AllowedLevel and AllowedFormat to Level and Format. Default level (and String()) is also now 'info' not empty. It's a breaking change, but I suspect nobody was using those constructs directly, WDYT? Signed-off-by: bwplotka <bwplotka@gmail.com> * info is by default, so no need for the set in New Signed-off-by: bwplotka <bwplotka@gmail.com> --------- Signed-off-by: bwplotka <bwplotka@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a784287 - Browse repository at this point
Copy the full SHA a784287View commit details
Commits on Feb 5, 2025
-
Merge pull request #752 from petern48/patch-2
Fix typo 'the an'
Configuration menu - View commit details
-
Copy full SHA for 84a26db - Browse repository at this point
Copy the full SHA 84a26dbView commit details
Commits on Feb 9, 2025
-
Update common Prometheus files (#757)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for cc17dab - Browse repository at this point
Copy the full SHA cc17dabView commit details
Commits on Feb 19, 2025
-
build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#756
) Bumps google.golang.org/protobuf from 1.36.3 to 1.36.4. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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 ca40aa0 - Browse repository at this point
Copy the full SHA ca40aa0View commit details
Commits on Mar 2, 2025
-
build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#761
) Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5. --- updated-dependencies: - dependency-name: google.golang.org/protobuf 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 0db99da - Browse repository at this point
Copy the full SHA 0db99daView commit details -
build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#763)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp 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 b516f6d - Browse repository at this point
Copy the full SHA b516f6dView commit details -
build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#762)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.35.0. - [Commits](golang/net@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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 56f6f38 - Browse repository at this point
Copy the full SHA 56f6f38View commit details
Commits on Mar 4, 2025
-
model: Clarify the purpose of model.NameValidationScheme (#765)
There is a lot of confusion around this global variable. Clarify that it is meant to indicate that a project is aware of UTF-8 support, and that those projects should have their own flags to control validation mode. Signed-off-by: Owen Williams <owen.williams@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 6b9636c - Browse repository at this point
Copy the full SHA 6b9636cView commit details
Commits on Mar 7, 2025
-
Fix spelling mistake in godoc (#766)
This commit fixes a spelling mistake in the godoc for ResolvedAt. Signed-off-by: George Robinson <george.robinson@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 0decf1f - Browse repository at this point
Copy the full SHA 0decf1fView commit details
Commits on Mar 8, 2025
-
Update common Prometheus files (#767)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for a9cc7f7 - Browse repository at this point
Copy the full SHA a9cc7f7View commit details
Commits on Mar 12, 2025
-
otlptranslator: Add dependency free package that translator OTLP data…
… into Prometheus metric/label names Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 227989c - Browse repository at this point
Copy the full SHA 227989cView commit details
Commits on Mar 13, 2025
-
Add test case for BuildCompliantMetricName with a metric that starts …
…with a digit and addMetricSuffixes is true Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b35ad99 - Browse repository at this point
Copy the full SHA b35ad99View commit details -
Merge pull request #768 from prometheus/otlp-translator
otlptranslator: Add dependency free package that translates OTLP data into Prometheus metric/label names
Configuration menu - View commit details
-
Copy full SHA for cf3c56f - Browse repository at this point
Copy the full SHA cf3c56fView 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.62.0...v0.63.0