OpenStack cross service/project profiler
Go to file
OpenStack Release Bot 3fb0487e5b reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I68da5caef168d9f40853386ccdfc071d2462143c
2024-03-07 14:19:10 +00:00
devstack add support of otlp exporter 2023-05-10 10:18:48 +02:00
doc profiler: add python requests profile 2023-06-01 08:44:08 +02:00
osprofiler Declare Python 3.10 support 2023-10-07 12:06:39 +09:00
playbooks Automatic configuration of SQLAlchemy driver in DevStack 2019-05-16 12:03:00 +02:00
releasenotes reno: Update master for unmaintained/victoria 2024-03-07 14:19:10 +00:00
tools Adding pre-commit 2020-10-09 11:07:15 +02:00
.gitignore Fix api index and module index 2022-02-17 22:35:09 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:44:00 +00:00
.pre-commit-config.yaml Move flake8 as a pre-commit local target. 2021-03-23 13:17:30 +01:00
.stestr.conf Allow test path to be overridden 2019-01-08 16:07:27 +01:00
.zuul.yaml tox: Add functional-py38, functional-py39 envs 2023-02-06 14:13:57 +01: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 Start README.rst with a better title 2020-03-11 14:57:08 +00:00
bindep.txt Add functional test for Redis driver 2017-11-29 14:57:33 +01:00
requirements.txt Merge "Declare Python 3.10 support" 2023-11-16 17:50:33 +00:00
setup.cfg Update python classifier in setup.cfg 2024-01-11 16:37:43 -08:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 11:24:14 +01:00
test-requirements.txt List up extra requirements for drivers 2023-11-14 11:05:47 +09:00
tox.ini tox: Add functional-py38, functional-py39 envs 2023-02-06 14:13:57 +01:00

README.rst

OSProfiler -- Library for cross-project profiling

image

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).