OpenStack cross service/project profiler
Go to file
Atsushi SAKAI c2878797a7 [doc]Add description for multi-backend URI
Add description for multi-backend URI

Change-Id: Ifc3687739cd65bdfbca015ab27f2187ad0b1a60b
2016-09-07 16:46:46 +00:00
devstack Add raw Ceilometer events support to DevStack plugin 2016-01-27 16:39:37 +03:00
doc [doc]Add description for multi-backend URI 2016-09-07 16:46:46 +00:00
osprofiler Add tests for mongodb driver 2016-08-08 19:55:21 +00:00
tools Init Strucutre of lib 2014-01-09 11:25:23 +04:00
.gitignore Add DevStack plugin 2016-01-14 01:41:39 -08:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:34:15 +00:00
.testr.conf Move osprofiler tests into osprofiler 2016-01-25 12:12:45 -08:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2016-02-29 13:42:14 +08:00
LICENSE Init Strucutre of lib 2014-01-09 11:25:23 +04:00
README.rst Continue work on standardizing osprofiler docs 2016-03-24 21:35:30 -07:00
requirements.txt OSprofiler initialization method 2016-07-18 15:10:04 +03:00
setup.cfg Expose osprofiler middleware as entrypoint 2016-06-17 09:51:49 +10:00
setup.py Use pkg_resources to get version 2016-03-10 17:54:20 +08:00
test-requirements.txt Add tests for mongodb driver 2016-08-08 19:55:21 +00:00
tox.ini Enable bandit in gate 2016-03-03 11:30:00 +08:00

README.rst

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