1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/py-django-prometheus/pkg-descr
Kai Knoblich d1c99b75eb New port: www/py-django-prometheus
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.

WWW: https://github.com/korfuri/django-prometheus

Approved by:	mentors (implicit)
2019-04-29 23:19:18 +00:00

17 lines
360 B
Plaintext

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.
WWW: https://github.com/korfuri/django-prometheus