[ 源代码: django-prometheus ]
软件包:python3-django-prometheus(2.1.0-1)
python3-django-prometheus 的相关链接
Debian 的资源:
下载源码包 django-prometheus:
- [django-prometheus_2.1.0-1.dsc]
- [django-prometheus_2.1.0.orig.tar.gz]
- [django-prometheus_2.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- python-prometheus-client
- prometheus
- libnet-prometheus-perl
- libprometheus-tiny-perl
- python3-prometheus-flask-exporter
- golang-github-grpc-ecosystem-go-grpc-prometheus-dev
- mtail
- prometheus-mqtt-exporter
- golang-gitlab-gitlab-org-labkit-dev
- prometheus-mailexporter
- golang-github-prometheus-client-golang-dev
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.
其他与 python3-django-prometheus 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-prometheus-client (>= 0.7~)
- Python 3 client for the Prometheus monitoring system