import debian packaging

This commit is contained in:
2019-12-10 10:38:03 +01:00
parent b4bbd6c250
commit bb6a3b73ba
8 changed files with 111 additions and 0 deletions

59
debian/control vendored Normal file
View File

@@ -0,0 +1,59 @@
Source: python-prometheus-client-rus
Maintainer: Kilian Krause <krause@rus.uni-stuttgart.de>
Uploaders: Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
Build-Depends-Indep: dh-python,
python-all,
python-concurrent.futures,
python-decorator (>= 4.0.10),
python-pytest,
python-setuptools,
python3-all,
python3-decorator (>= 4.0.10),
python3-pytest,
python3-setuptools,
Standards-Version: 4.4.1
Package: python-prometheus-client-rus
Architecture: all
Depends: python-decorator (>= 4.0.10-1),
${misc:Depends},
${python:Depends},
Description: Python 2 client for the Prometheus monitoring system
This library provides an API for exporting metrics from a Python 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.
Package: python3-prometheus-client-rus
Architecture: all
Depends: python3-decorator (>= 4.0.10-1),
${misc:Depends},
${python3:Depends},
Description: 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.