-
Notifications
You must be signed in to change notification settings - Fork 665
Update module github.com/prometheus/client_golang to v1.20.4 (main) #9307
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
Update module github.com/prometheus/client_golang to v1.20.4 (main) #9307
Conversation
de68535 to
7f60d32
Compare
7f60d32 to
0b98c4e
Compare
0b98c4e to
3f9b711
Compare
72d5777 to
d40c00e
Compare
d40c00e to
c34115f
Compare
c34115f to
a5f0a94
Compare
114a50c to
c9d6875
Compare
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. |
46e6210 to
6631798
Compare
6631798 to
d5837da
Compare
|
Please note that I had to fix up tests due to |
Signed-off-by: Arve Knudsen <[email protected]>
d5837da to
da6bba1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coming from this https://cloud-native.slack.com/archives/C037NMVUAP3/p1728216119838339, nice investigation. LGTM
|
Converting to draft, as @krajorama pointed out a |
3a4ee86 to
192a91c
Compare
Signed-off-by: Arve Knudsen <[email protected]>
192a91c to
348339d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Test client_golang 1.20.5 Signed-off-by: György Krajcsovits <[email protected]> * Revert "Add tests for pkg/util/test.AssertGatherAndCompare (#9543)" This reverts commit e78254e. * Revert "Update module github.com/prometheus/client_golang to v1.20.4 (main) (#9307)" This reverts commit cd1294b. # Conflicts: # go.sum # vendor/github.com/prometheus/client_golang/prometheus/testutil/testutil.go # vendor/modules.txt * Clear go.mod replace Signed-off-by: György Krajcsovits <[email protected]> * Update mimir-prometheus at 5e9a771537ba To get grafana/mimir-prometheus#718 client_golang update to 1.20.5 to revert breaking changes to test utils. Signed-off-by: György Krajcsovits <[email protected]> * Apply suggestions from code review Co-authored-by: Arve Knudsen <[email protected]> * Apply suggestions Signed-off-by: György Krajcsovits <[email protected]> --------- Signed-off-by: György Krajcsovits <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arve Knudsen <[email protected]>
This PR contains the following updates:
v1.19.1->v1.20.4v1.20.3->v1.20.4Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
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
Configuration
📅 Schedule: Branch creation - "before 9am on Monday" (UTC), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.