django-prometheus 2.2.0-1 source package in Ubuntu
Changelog
django-prometheus (2.2.0-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 4.6.0.1. * Add python3-pytest to Build-Depends, required by tests. * Add myself to d/copyright. * Let pytest run the upstream unittests. * Use uscan version 4. * Enable upstream testsuite for autopkgtests. -- Michael Fladischer <email address hidden> Tue, 28 Dec 2021 22:08:09 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
django-prometheus_2.2.0-1.dsc | 1.9 KiB | ec17ea8ffa1a3346de88d3818b1077564f226190517563b21f657361ae8ce129 |
django-prometheus_2.2.0.orig.tar.gz | 180.8 KiB | 7ac4d2820d22841ad0c0de31ebcf76205b4f5c48df24be0ed7062929dde30a65 |
django-prometheus_2.2.0-1.debian.tar.xz | 2.8 KiB | cb3b80ec73e25b1c7045dce1dddab51d26918a72e6869dc2d7a12e3c588c0ca9 |
Available diffs
- diff from 2.1.0-1 to 2.2.0-1 (8.1 KiB)
No changes file available.
Binary packages built by this source
- python3-django-prometheus: 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.