aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: a481b6e4fd0ede8353056e3a0e957909983a86ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: python-prometheus-client
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Baines <mail@cbaines.net>
Section: python
Priority: optional
Build-Depends: dh-python,
               python-setuptools,
               python3-setuptools,
               python-all,
               python3-all,
               debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/prometheus/client_python

Package: python-prometheus-client
Architecture: all
Depends: ${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 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 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.