This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Update module github.com/prometheus/client_golang to v1.20.5#36
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module github.com/prometheus/client_golang to v1.20.5#36renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
fd240dd to
e7ec096
Compare
e7ec096 to
8207bfe
Compare
8207bfe to
edf6aa6
Compare
edf6aa6 to
8099f13
Compare
8099f13 to
227c234
Compare
227c234 to
d36f285
Compare
d36f285 to
1f199a4
Compare
1f199a4 to
dbbef9e
Compare
dbbef9e to
b475f73
Compare
b475f73 to
a6556a1
Compare
a6556a1 to
f5da4e1
Compare
f5da4e1 to
dda6f5e
Compare
dda6f5e to
5e1263d
Compare
5e1263d to
0bcf7bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.12.2->v1.20.5Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5: / 2024-10-15Compare Source
We decided to revert the
testutilchange that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutilpackage/module with more flexible and safer APIs.Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4Compare Source
v1.20.3Compare Source
v1.20.2Compare Source
v1.20.1Compare Source
v1.20.0Compare Source
Thanks everyone for contributions!
collectors.NewGoCollector()collector. Given its popular usage, expect your binary to expose two additional metric.Changes
go_memstat_lookups_totalmetric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577go_gc_gogc_percent,go_gc_gomemlimit_bytesandgo_sched_gomaxprocs_threadsas those are recommended by the Go team. #1559runtime/metricssourcing each metric (if relevant). #1568 #1578zstdon scrape, controlled by the requestAccept-Encodingheader. #1496WithLimitparameter to all API methods that supports it. #1544process_network_receive_bytes_totalandprocess_network_transmit_bytes_total. #1555instrumentation wrapping supports new and future extra responseWriter methods. #1480
All commits
New Contributors
Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0
v1.19.1Compare Source
What's Changed
golang.org/x/sysandgoogle.golang.org/protobufNew Contributors
Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1
v1.19.0Compare Source
What's Changed
The module
prometheus/common v0.48.0introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to useprometheus/common v0.48.0or higher, please update client_golang to v1.19.0.New Contributors
Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0
v1.18.0Compare Source
What's Changed
MetricVec.WithLabelValues(...). #1360New Contributors
Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0
v1.17.0Compare Source
What's Changed
Commits
codeandmethodbut withWithLabelFromCtxby @tigrato in https://github.com/prometheus/client_golang/pull/1318New Contributors
Full Changelog: prometheus/client_golang@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Commits
New Contributors
Full Changelog: prometheus/client_golang@v1.15.1...v1.16.0
v1.15.1Compare Source
Changes
causing panics #1253
Full Changelog: prometheus/client_golang@v1.15.0...v1.15.1
v1.15.0Compare Source
Changed
[BUGFIX] Fix issue with atomic variables on ppc64le #1171⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed #1238
[BUGFIX] Support for multiple samples within same metric #1181
[BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 #1187
[ENHANCEMENT] Add exemplars and middleware examples #1173
[ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging #1177
[ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs #1151
[ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package #1183
[ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation #1066
[ENHANCEMENT] Add ability to Pusher to add custom headers #1218
[ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage #1225
[ENHANCEMENT] Added (official) support for go 1.20 #1234
[ENHANCEMENT] timer: Added support for exemplars #1233
[ENHANCEMENT] Filter expected metrics as well in CollectAndCompare #1143
[ENHANCEMENT]
All commits
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.