Path to this page:
./
net/py-prometheus_client,
Prometheus instrumentation library for Python applications
Branch: CURRENT,
Version: 0.21.0,
Package name: py312-prometheus_client-0.21.0,
Maintainer: pkgsrc-usersPrometheus instrumentation library for Python applications.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 76.791 KB
Version history: (Expand)
- (2024-09-22) Updated to version: py312-prometheus_client-0.21.0
- (2024-02-15) Updated to version: py311-prometheus_client-0.20.0
- (2023-11-22) Updated to version: py311-prometheus_client-0.19.0
- (2023-11-06) Updated to version: py311-prometheus_client-0.18.0
- (2023-07-12) Updated to version: py310-prometheus_client-0.17.1
- (2023-05-26) Updated to version: py310-prometheus_client-0.17.0
CVS history: (Expand)
2024-02-14 22:52:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.20.0
0.20.0
[CHANGE/BUGFIX] Update OpenMetrics Content Type to 1.0.0.
[FEATURE] Enable graceful shutdown for start_{http,wsgi}_server by returning the \
server and thread.
[FEATURE] Allow resetting counter metrics.
[BUGFIX] wsgi server: address family discovery is not quite right.
|
2023-11-22 11:10:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.19.0
0.19.0
[FEATURE] support HTTPS/TLS in start_http_server.
[BUGFIX] fix: error in determining timestamp less than.
|
2023-11-06 20:51:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-prometheus_client: update to 0.18.0.
[CHANGE] Remove support for Python versions < 3.8. #936
[FEATURE] Add mostrecent aggregation to Gauge. #967
[ENHANCEMENT] Typing improvements. #935, #970
[ENHANCEMENT] Allow enabling or disabling _created metrics from code. #973
[BUGFIX] Change #!/usr/bin/python to #!/usr/bin/env python in remaining places. #945
|
2023-07-12 09:04:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.17.1
0.17.1
[BUGFIX] Use #!/usr/bin/env python instead of #!usr/bin/python in bridge/graphite.py.
|
2023-05-26 06:37:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.17.0
0.17.0
[ENHANCEMENT] Add additional typing.
[BUGFIX] Fix typo in python_gc_objects_collected metadata.
[BUGFIX] Do not include .pyc files in the build wheel.
|
2023-01-24 10:00:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.16.0
0.16.0
[FEATURE] Support HELP text in multiprocess mode.
[ENHANCEMENT] Reduce the mmap minimum size.
[BUGFIX] Use the correct OpenMetrics encoder when application/openmetrics-text \
is requested in ASGI apps.
[BUGFIX] Allow Prometheus format parser to handle a missing space after labels.
|
2022-11-15 16:36:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-prometheus_client: update to 0.15.0.
[CHANGE] Remove choose_formatter. choose_formatter only existed for v0.14.x and \
was deprecated in v0.14.1. #846
[FEATURE] Support TLS auth when using push gateway with tls_auth_handler. #841
[ENHANCEMENT] Add sum, livemin, and livemax multiprocess modes for Gauges. #794
|
2022-04-25 13:30:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.14.1
0.14.1
[BUGFIX] Revert choose_encoder being renamed to choose_formatter to fix a \
breaking change. For the 0.14.x release cycle choose_formatter will still exist, \
but will be removed in 0.15.0.
|