chore(deps): update module github.com/prometheus/client_golang to v1.22.0 #63
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-prometheus-client_golang-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.21.1
->v1.22.0
Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0
: - 2025-04-07Compare Source
⚠️ This release contains potential breaking change if you use experimental
zstd
support introduce in #1496 ⚠️Experimental support for
zstd
on scrape was added, controlled by the requestAccept-Encoding
header.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDelta
andWithStats
options have been added to API client. #1743All Changes
New Contributors
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0-rc.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.
Checkout
From your project repository, check out a new branch and test the changes.