python-osprofiler 3.4.1-0ubuntu1 source package in Ubuntu

Changelog

python-osprofiler (3.4.1-0ubuntu1) impish; urgency=medium

  [ Chris MacNaughton ]
  * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev.

  [ Corey Bryant ]
  * New upstream release for OpenStack Xena.
  * d/control: Align (Build-)Depends with upstream.

 -- Corey Bryant <email address hidden>  Wed, 21 Jul 2021 09:44:00 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-osprofiler_3.4.1.orig.tar.gz 88.5 KiB 4e324c4c45bf40dc62f865a0be9315190e124b840bbdd6499e42571f2fe1df36
python-osprofiler_3.4.1-0ubuntu1.debian.tar.xz 4.7 KiB 37a92e7a79c11a0349c04fbf7cf83a0a2dc32d8659977a020849e5ab7ce27ab6
python-osprofiler_3.4.1-0ubuntu1.dsc 2.9 KiB 32e5f3ee4d07bb21c903c335053c35e7d9579df2c5cd2aa6073b78b3659c4a88

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.