summaryrefslogtreecommitdiff
path: root/www/py-dj52-django-prometheus/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj52-django-prometheus/pkg-descr')
-rw-r--r--www/py-dj52-django-prometheus/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/py-dj52-django-prometheus/pkg-descr b/www/py-dj52-django-prometheus/pkg-descr
new file mode 100644
index 000000000000..0962e7b87336
--- /dev/null
+++ b/www/py-dj52-django-prometheus/pkg-descr
@@ -0,0 +1,14 @@
+This library exports Django monitoring metrics for Prometheus.io.
+
+It provides support to monitor the following databases types:
+
+* SQLite (via Django)
+* PostgreSQL
+* MySQL
+
+In addition, caches can also be monitored:
+
+* memcached
+* Redis
+
+It's even possible to export metrics of Django models and migrations.