python-osprofiler 3.1.0-0ubuntu1 source package in Ubuntu

Changelog

python-osprofiler (3.1.0-0ubuntu1) focal; urgency=medium

  * New upstream release for OpenStack Ussuri.

 -- Corey Bryant <email address hidden>  Thu, 09 Apr 2020 15:32:26 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-osprofiler_3.1.0.orig.tar.gz 84.1 KiB eb18651bc58ae27c11cbdd201ff373254ea92750e29c62df065b2bc4c6910d48
python-osprofiler_3.1.0-0ubuntu1.debian.tar.xz 4.5 KiB e71323afc3d8b4a84638975857e2838d6c0f1b1cbc7d6d6601e0be1d72870939
python-osprofiler_3.1.0-0ubuntu1.dsc 2.9 KiB a6c273c591cdbe6ff2a73070c01f323a7722d7f5f138d0e23f129017b563d83f

Available diffs

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.