[Python-modules-commits] [django-prometheus] 07/10: Write package description

Christopher Baines cbaines-guest at moszumanska.debian.org
Sun Feb 28 01:59:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

cbaines-guest pushed a commit to branch master
in repository django-prometheus.

commit 9921c1460a5634f41921315de7a9e5f8b8c879e7
Author: Christopher Baines <mail at cbaines.net>
Date:   Sun Feb 28 01:24:48 2016 +0000

    Write package description
---
 debian/control | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 30be278..ca8f34b 100644
--- a/debian/control
+++ b/debian/control
@@ -19,14 +19,28 @@ Package: python-django-prometheus
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends}
-Description: Django middlewares to monitor your application with Promethe
- See https://github.com/korfuri/django-prometheus for usage
- instructions.
+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 monitor your application with Promethe
- This library contains code to expose some monitoring metrics relevant
- to Django internals so they can be monitored by Prometheus.io.
+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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-prometheus.git



More information about the Python-modules-commits mailing list