OpenStack cross service/project profiler
Go to file
Elod Illes 72958e6060 [stable-only] Cap bandit to 1.6.2
The 1.6.3 [1] release has dropped support for py2 [2] but the release
is faulty and pip still picks it up for py2 [3][4], so cap to 1.6.2
when using py2.

sphinx requirement updated to make requirements-check job pass.

[1] https://github.com/PyCQA/bandit/releases/tag/1.6.3
[2] https://github.com/PyCQA/bandit/pull/615
[3] https://github.com/PyCQA/bandit/issues/663
[4] https://github.com/PyCQA/bandit/issues/665

Change-Id: Id412a175c8b2a9c8c62105f5a6205b1330a9883f
2021-02-25 10:51:57 +01:00
devstack Update documentation & usage for redis driver 2018-06-01 10:32:34 +07:00
doc Update documentation & usage for redis driver 2018-06-01 10:32:34 +07:00
osprofiler Bring env OSPROFILER_CONNECTION_STRING into effect 2019-07-01 03:43:02 +00:00
releasenotes Update reno for stable/queens 2018-01-24 18:09:49 +00:00
tools Trivial: Remove vim header from source files 2016-09-24 05:25:17 +08:00
.gitignore Update .gitignore 2017-07-06 16:24:38 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:44:01 +00:00
.testr.conf Add functional test for notifier backend 2016-12-15 19:36:35 +05:30
.zuul.yaml import zuul job settings from project-config 2018-08-03 18:03:37 -04:00
CONTRIBUTING.rst Update the invalid doc links to the right ones in osprofiler docs 2018-01-01 22:57:13 -08:00
LICENSE Init Strucutre of lib 2014-01-09 11:25:23 +04:00
README.rst Add release note link in README 2018-06-28 00:37:30 +08:00
bindep.txt Add functional test for Redis driver 2017-11-29 14:57:33 +01:00
lower-constraints.txt Add minimum version and fix dulwich issue 2018-06-25 19:00:16 +07:00
requirements.txt Add minimum version and fix dulwich issue 2018-06-25 19:00:16 +07:00
setup.cfg Add lower-constraints job 2018-04-19 09:21:21 +07:00
setup.py Use pkg_resources to get version 2016-03-10 17:54:20 +08:00
test-requirements.txt [stable-only] Cap bandit to 1.6.2 2021-02-25 10:51:57 +01:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-07-26 12:41:27 +00:00

README.rst

Team and repository tags

image

OSProfiler -- Library for cross-project profiling library

Latest Version

Downloads

OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues).