File: control

package info (click to toggle)
django-prometheus 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 424 kB
  • ctags: 168
  • sloc: python: 859; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,994 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
41
42
43
44
45
46
47
48
49
Source: django-prometheus
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Baines <mail@cbaines.net>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-setuptools,
               python3-setuptools,
               python-all,
               python3-all,
               python-prometheus-client,
               python3-prometheus-client,
               python-django,
               python3-django,
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-prometheus.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-prometheus.git
Homepage: http://github.com/korfuri/django-prometheus

Package: python-django-prometheus
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Django middlewares to enable monitoring with Prometheus (Python 2)
 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 2 library.

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