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

Changelog

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

  * Non-maintainer upload, with permission.
  * New upstream release.

 -- Faidon Liambotis <email address hidden>  Fri, 01 Sep 2023 21:18:01 +0300

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-prometheus-client_0.17.1-0.1.dsc 2.2 KiB c2b8437e98f4aded72c28bf294f9dbf4eceb76c72334fcedd912c01f78caa060
python-prometheus-client_0.17.1.orig.tar.gz 81.0 KiB efd821d1d73e1d45d4ad46c9bef38a1cc646769346db0e70c520a7ec9409e3a4
python-prometheus-client_0.17.1-0.1.debian.tar.xz 3.5 KiB 57e1b191e7fad546dbaae4f6f2be484c48c483559f9026739bc9fb74f459c48e

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.