58d5a18fa5
Repocopy www/py-django-prometheus and assign it to Django 2.2. That port will be required for the upcoming update of net-mgmt/netbox to 2.6. Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum dependency and add the related CONFLICTS_INSTALL entries.
17 lines
360 B
Plaintext
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
|