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
|
Source: django-prometheus
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-django,
python3-mock,
python3-prometheus-client (>= 0.7~),
python3-pytest,
python3-pytest-django,
python3-pytest-runner,
python3-setuptools,
Standards-Version: 4.6.0.1
Vcs-Git: https://salsa.debian.org/python-team/packages/django-prometheus.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-prometheus
Homepage: https://github.com/korfuri/django-prometheus
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-django-prometheus
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Description: Django middlewares to enable monitoring with Prometheus (Python 3)
The django-prometheus library provides integrations to monitor database
interaction, usage of models, and HTTP requests. Any custom metrics are also
handled directly by the Python Prometheus client library.
.
This library just facilitates gathering and exporting the data. A separate
service (or set of services) must be used to gather, store and process this
data.
.
This package contains the Python 3 library.
|