File: control

package info (click to toggle)
python-prometheus-client 0.21.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: python: 6,309; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download
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
Source: python-prometheus-client
Maintainer: Christopher Baines <mail@cbaines.net>
Uploaders: Federico Ceratto <federico@debian.org>,
           Martina Ferrari <tina@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: dh-python,
                     python3-all,
                     python3-decorator,
                     python3-pytest,
                     python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/python-prometheus-client
Vcs-Git: https://salsa.debian.org/debian/python-prometheus-client.git
Homepage: https://github.com/prometheus/client_python
Testsuite: autopkgtest-pkg-pybuild
X-Python3-Version: >= 3.8

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