mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
d1c99b75eb
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)
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
|