python-prometheus-client 0.7.1-1.1 source package in Ubuntu

Changelog

python-prometheus-client (0.7.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * drop python2 support; Closes: #938047

 -- Sandro Tosi <email address hidden>  Sat, 16 Nov 2019 19:29:30 -0500

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-prometheus-client_0.7.1-1.1.dsc 2.2 KiB 6cdc75a64be3a0411a47b21bf8ce6110b46bd0cf5d99e9ad24864f757a979fb4
python-prometheus-client_0.7.1.orig.tar.gz 61.4 KiB 336ab21840ef37ffaa98c87e87a8a2b0f053977ab16c56b363317d09040bf784
python-prometheus-client_0.7.1-1.1.debian.tar.xz 2.8 KiB 8a982c58fbb821a1ce185a4580536471e33718e4c0239048bdfc476846efc926

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.