python-osprofiler 3.4.3-3 source package in Ubuntu

Changelog

python-osprofiler (3.4.3-3) unstable; urgency=medium

  * Cleans better (Closes: #1046090).

 -- Thomas Goirand <email address hidden>  Wed, 16 Aug 2023 12:40:05 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-osprofiler_3.4.3-3.dsc 2.6 KiB ca544d053f3e2e8e1eaa8337551835a0071caf0f48786d2a3d97282b096c8597
python-osprofiler_3.4.3.orig.tar.xz 63.8 KiB ee6d618c4e2f6e7c77b910d8c0965625917bee75658b7c53e032b73fb4b4e121
python-osprofiler_3.4.3-3.debian.tar.xz 4.4 KiB 430e0a29e71cc94e41e2727f9446a1297f64e7da63174046c5f1e388400e15c2

Available diffs

No changes file available.

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.