chore(deps): update dependency prometheus-client to v0.22.1
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| prometheus-client | minor |
==0.21.1 -> ==0.22.1
|
Release Notes
prometheus/client_python (prometheus-client)
v0.22.1
What's Changed
- BugFix: Skip validating and parsing comment lines early (#1108) by @wissamir in https://github.com/prometheus/client\_python/pull/1109
- Use License Expressions in pyproject.toml by @csmarchbanks in https://github.com/prometheus/client\_python/pull/1111
Full Changelog: https://github.com/prometheus/client\_python/compare/v0.22.0...v0.22.1
v0.22.0
What's Changed
- Add support for native histograms in OM parser by @vesari in https://github.com/prometheus/client\_python/pull/1040
- Add exemplar support to CounterMetricFamily [Fix #1062] by @lod in https://github.com/prometheus/client\_python/pull/1063
- Fix
write_to_textfileleaves back temp files on errors by @ethanschen in https://github.com/prometheus/client\_python/pull/1066 - Support UTF-8 in metric creation, parsing, and exposition by @ywwg in https://github.com/prometheus/client\_python/pull/1070
- Fix incorrect use of reentrant locks by @suligap in https://github.com/prometheus/client\_python/pull/1076
- Remove Python 3.8 support by @kajinamit in https://github.com/prometheus/client\_python/pull/1075
- Check if labelvalues is in _metrics before deletion in MetricWrapperBase.remove() by @GlorifiedPig in https://github.com/prometheus/client\_python/pull/1077
- Add support for Python 3.13 by @Pliner in https://github.com/prometheus/client\_python/pull/1080
- Correct nh sample span structure and parsing by @vesari in https://github.com/prometheus/client\_python/pull/1082
- Migrate from setup.py to pyproject.toml by @csmarchbanks in https://github.com/prometheus/client\_python/pull/1084
- Changed pushgateway.md by @mallika-mur in https://github.com/prometheus/client\_python/pull/1083
- Fix order-dependent flaky tests related to UTF-8 support by @dg98 in https://github.com/prometheus/client\_python/pull/1093
- Update versions for docs Github actions by @csmarchbanks in https://github.com/prometheus/client\_python/pull/1096
- Documentation Updates by @ethanschen in https://github.com/prometheus/client\_python/pull/1097
- Add note on gauge.set_function not working with multiprocessing by @aapeliv in https://github.com/prometheus/client\_python/pull/1098
- Don't send an empty HTTP header for /favicon.ico by @noselasd in https://github.com/prometheus/client\_python/pull/1101
Full Changelog: https://github.com/prometheus/client\_python/compare/v0.21.0...v0.22.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.