python-prometheus-client 0.16.0-0.1 source package in Ubuntu

Changelog

python-prometheus-client (0.16.0-0.1) unstable; urgency=medium

  * Non-maintainer upload, with permission.
  * New upstream release. (Closes: #1008306)
    - Rebase patch 0001-import-unvendorized-decorator.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Enable autopkgtests, using autopkgtest-pkg-pybuild.
  * Drop versioned constraint on a pre-oldstable python3-decorator (>= 4.0.10).

 -- Faidon Liambotis <email address hidden>  Mon, 20 Feb 2023 14:55:00 +0200

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
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-prometheus-client_0.16.0-0.1.dsc 2.2 KiB 5663d0eb788279b79b4e1a168fc439515fefaf60b636fe81f23f3e0ec2b02745
python-prometheus-client_0.16.0.orig.tar.gz 80.5 KiB 4541efd404e34d56303ba9539a41ba3b378c1ab309a2866aafc7a3a26b5589ae
python-prometheus-client_0.16.0-0.1.debian.tar.xz 3.5 KiB 681e770ba2713940ab7a0871a5f52caa1847771d0a7f26d5d4f3d51ec2e79c36

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.