./net/py-prometheus_client, Prometheus instrumentation library for Python applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.21.1, Package name: py312-prometheus_client-0.21.1, Maintainer: pkgsrc-users

Prometheus instrumentation library for Python applications.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 76.71 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-03 16:35:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-prometheus_client: updated to 0.21.1

0.21.1

[BUGFIX] Revert incorrect use of reentrant locks.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-09-22 18:25:28 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-prometheus_client: update to 0.21.0.

What's Changed

[CHANGE] Reject invalid (not GET or OPTION) HTTP methods. #1019
[ENHANCEMENT] Allow writing metrics when holding a lock for the metric in the \ 
same thread. #1014
[BUGFIX] Check for and error on None label values. #1012
[BUGFIX] Fix timestamp comparison. #1038
   2024-02-14 22:52:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.