aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-23 11:55:31 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-23 13:08:12 +0000
commit10e333d1a60dc57645bf4bd41b3a93f6d68a15eb (patch)
tree5d9e542888ddb2f6e950957168052b01645425fe
parent868d462f65e3b860c13db31b9fe7ed8c0d3bf5bd (diff)
downloadpython-prometheus-client-10e333d1a60dc57645bf4bd41b3a93f6d68a15eb.tar
python-prometheus-client-10e333d1a60dc57645bf4bd41b3a93f6d68a15eb.tar.gz
Add the proper description
-rw-r--r--debian/control36
1 files changed, 30 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 0bb4076..a481b6e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,14 +16,38 @@ Package: python-prometheus-client
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
-Description: Python client for the Prometheus monitoring system.
- See https://github.com/prometheus/client_python/blob/master/README.md
- for documentation.
+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 a 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
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
-Description: Python client for the Prometheus monitoring system.
- See https://github.com/prometheus/client_python/blob/master/README.md
- for documentation.
+Description: Python 3 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 a 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.