django-prometheus 1.1.0-1 source package in Ubuntu

Changelog

django-prometheus (1.1.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

  [ Michael Fladischer ]
  * Add debian/gbp.conf.
  * New upstream release.
  * Bump debhelper version to 12.
  * Bump Standards-Version to 4.4.1.
  * Remove old uploaders, set myself as uploader.
  * Enable autopkgtest-pkg-python testsuite.
  * Require python3-prometheus-client (>= 0.7~) in Build-Depends.
  * Add python3-pytest-django and python3-pytest-runner to Build-Depends
    as required by tests.
  * Clean up files to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Fri, 08 Nov 2019 21:21:02 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-prometheus_1.1.0-1.dsc 1.9 KiB abf69a41d70615e74378252c40b333ed503378fb2085f4cd4df8df3dbcdbc9ca
django-prometheus_1.1.0.orig.tar.gz 175.1 KiB 57f29801b03b836c7f00ab039d6b37450e6566ba0ff362d095d7a08d23d6df3e
django-prometheus_1.1.0-1.debian.tar.xz 2.4 KiB bc4135c3bdadac79f14601e8f4d66c3fff6754621c5a48bd61b9ec855d9ad226

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.