python-osprofiler 2.8.2-0ubuntu2 source package in Ubuntu

Changelog

python-osprofiler (2.8.2-0ubuntu2) eoan; urgency=medium

  * d/t/control: Drop python-osprofiler test as package no longer
    provides a py2 module.

 -- James Page <email address hidden>  Wed, 02 Oct 2019 08:18:15 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-osprofiler_2.8.2.orig.tar.gz 76.4 KiB 3f277b96dd469338432daa987aa35617fc5c8260b7fc523fb5cf02b9036b1af0
python-osprofiler_2.8.2-0ubuntu2.debian.tar.xz 5.2 KiB 8156a2ffc1d00606cefd7ee60c20d2d53ec5d7181b353207c186ba69fc3924ee
python-osprofiler_2.8.2-0ubuntu2.dsc 2.8 KiB 06206ba3b1f670e0524aeea478c7222bd5f93599d855d5e75f434978da93b0c9

View changes file

Binary packages built by this source

python-osprofiler-doc: OpenStack Profiler Library - doc

 OpenStack consists of multiple projects. Each project, in turn, is composed of
 multiple services. To process some request, e.g. to boot a virtual machine,
 OpenStack uses multiple services from different projects. In the case somethin
 works too slowly, it's extremely complicated to understand what exactly goes
 wrong and to locate the bottleneck.
 .
 To resolve this issue, a tiny but powerful library, osprofiler, has been
 interoduced, and can be used by all OpenStack projects and their Python
 clients. To be able to generate one trace per request, that goes through all
 involved services, and builds a tree of calls (see an example
 http://pavlovic.me/rally/profiler/).
 .
 This package contains the documentation.

python3-osprofiler: OpenStack Profiler Library - Python 3.x

 OpenStack consists of multiple projects. Each project, in turn, is composed of
 multiple services. To process some request, e.g. to boot a virtual machine,
 OpenStack uses multiple services from different projects. In the case somethin
 works too slowly, it's extremely complicated to understand what exactly goes
 wrong and to locate the bottleneck.
 .
 To resolve this issue, a tiny but powerful library, osprofiler, has been
 interoduced, and can be used by all OpenStack projects and their Python
 clients. To be able to generate one trace per request, that goes through all
 involved services, and builds a tree of calls (see an example
 http://pavlovic.me/rally/profiler/).
 .
 This package contains the Python 3.x module.