python-prometheus-client 0.19.0+ds1-1 source package in Ubuntu

Changelog

python-prometheus-client (0.19.0+ds1-1) unstable; urgency=medium

  * New upstream release.
  * Repackage source to exclude docs directory as they embed pre-compiled JS,
    CSS, and third-party hugo themes. Also exclude CI control files.
  * debian/control: set minimum Python version to 3.8.
  * debian/python3-prometheus-client.docs: include all markdown files.
  * debian/patches/0001-import-unvendorized-decorator.patch: refresh patch.
  * debian/watch: adjust for repackaging.

 -- Martina Ferrari <email address hidden>  Wed, 27 Dec 2023 12:43:54 +0000

Upload details

Uploaded by:
Christopher Baines
Uploaded to:
Sid
Original maintainer:
Christopher Baines
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-prometheus-client_0.19.0+ds1-1.dsc 2.2 KiB a4e25689cbc69e6bfa238a07ade4092e52208502f88dd82f947ca3fbc1fec1b1
python-prometheus-client_0.19.0+ds1.orig.tar.gz 75.0 KiB ee0ff2ed658b71e81eb136161c1cebee3eef5265463c02f291c54fc2294ebc3c
python-prometheus-client_0.19.0+ds1-1.debian.tar.xz 3.7 KiB 641a94eb0005b093bb0b965782fb32db4105b198bd65a0ed95a507f4fb90617d

Available diffs

No changes file available.

Binary packages built by this source

python3-prometheus-client: Python 3 client for the Prometheus monitoring system

 This library provides an API for exporting metrics from a Python 3 application
 It provides classes for the metric types, and an HTTP server to expose the
 metrics to Prometheus.
 .
 When using Linux, the process CPU, RAM, file descriptor usage and start time
 will also be exported.
 .
 Along with the HTTP server to expose metrics, you can also write the metrics
 to a text file to be exported by the prometheus-node-exporter, or push them to
 the prometheus-pushgateway.
 .
 This library also includes support for re-exporting Graphite metrics to
 Prometheus, custom collectors to proxy metrics for other systems and a parser
 for the Prometheus text format.