-
Notifications
You must be signed in to change notification settings - Fork 144
Update module github.com/prometheus/client_golang to v1.20.5 - abandoned #4341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cfa059e to
4a61af5
Compare
4a61af5 to
47567f7
Compare
47567f7 to
3d2f8fd
Compare
3d2f8fd to
d541c99
Compare
d541c99 to
6c9d330
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
6c9d330 to
14b20a9
Compare
14b20a9 to
999a9e5
Compare
999a9e5 to
382f6d9
Compare
382f6d9 to
7aecb9b
Compare
049c16e to
5cd890f
Compare
5cd890f to
80f801c
Compare
80f801c to
a71bea5
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v1.18.0->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
Configuration
📅 Schedule: Branch creation - "before 6am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.