Bump prometheus-client from 0.24.1 to 0.25.0 in /app/backend - #8438
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bb8755d to
3ddf498
Compare
|
key change for us: prometheus/client_python#1150 |
|
Opus on whether this interacts with our usage: No impact. Here's why: Couchers' usage ( registry: CollectorRegistry = CollectorRegistry()
multiprocess.MultiProcessCollector(registry)Then What the patch changes:
Couchers doesn't use either:
So this PR is fully backward-compatible for our setup. The new flag would only become relevant if we ever wanted to support |
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR is a routine dependency update to an internal monitoring library, with no user-facing changes and no meaningful impact on Couchers' current usage according to the discussion. 🤖 Bot Debug InformationModel: |
Bumps prometheus-client from 0.24.1 to 0.25.0.
Release notes
Sourced from prometheus-client's releases.
Commits
2cd1738Release 0.25.0daa1626docs: add API reference for all metric types (#1159)8673912Support MultiProcessCollector in RestrictedRegistry. (#1150)671f75cFix spaces in grouping key values for push_to_gateway (#1156)1cf53feFix server shutdown documentation (#1155)a854135Migrate to Github Actions (#1153)