-
Notifications
You must be signed in to change notification settings - Fork 116
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
deps: update module github.com/prometheus/client_golang to v1.20.0 #623
Merged
jooola
merged 1 commit into
main
from
renovate/git.luolix.top-prometheus-client_golang-1.x
Aug 15, 2024
Merged
deps: update module github.com/prometheus/client_golang to v1.20.0 #623
jooola
merged 1 commit into
main
from
renovate/git.luolix.top-prometheus-client_golang-1.x
Aug 15, 2024
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
April 2, 2024 10:05
05951d3
to
8c6e0f0
Compare
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
May 2, 2024 12:34
8c6e0f0
to
477c631
Compare
renovate
bot
changed the title
deps: update module github.com/prometheus/client_golang to v1.19.0
deps: update module github.com/prometheus/client_golang to v1.19.1
May 9, 2024
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
May 9, 2024 17:23
477c631
to
e0b1ef0
Compare
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
May 31, 2024 08:49
e0b1ef0
to
e845d90
Compare
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
July 5, 2024 15:16
945e07e
to
8985818
Compare
We might have to wait for kubernetes/kubernetes@f0aa62b before being able to merge this. |
1 task
renovate
bot
changed the title
deps: update module github.com/prometheus/client_golang to v1.19.1
deps: update module github.com/prometheus/client_golang to v1.19.1 - autoclosed
Aug 14, 2024
renovate
bot
deleted the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
August 14, 2024 06:22
renovate
bot
changed the title
deps: update module github.com/prometheus/client_golang to v1.19.1 - autoclosed
deps: update module github.com/prometheus/client_golang to v1.19.1
Aug 14, 2024
renovate
bot
restored the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
August 14, 2024 15:21
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
August 14, 2024 15:21
8985818
to
93be39b
Compare
renovate
bot
changed the title
deps: update module github.com/prometheus/client_golang to v1.19.1
deps: update module github.com/prometheus/client_golang to v1.20.0
Aug 14, 2024
renovate
bot
force-pushed
the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
from
August 15, 2024 10:01
93be39b
to
e8f8ef6
Compare
jooola
deleted the
renovate/git.luolix.top-prometheus-client_golang-1.x
branch
August 15, 2024 11:04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.19.1
->v1.20.0
Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.0
Compare Source
Thanks everyone for contributions!
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559runtime/metrics
sourcing each metric (if relevant). #1568 #1578zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496WithLimit
parameter to all API methods that supports it. #1544process_network_receive_bytes_total
andprocess_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 - 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 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.