OpenStack cross service/project profiler
Go to file
Flavio Percoco 8ddd257607 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/43445155474c1c748e71bd97476ddd71\n'

Change-Id: I7b592c56b64ff1a8d75d49b431499450a113878a
2016-11-25 13:13:03 +01:00
devstack Merge "Enable devstack to configure OSProfiler for Senlin project" 2016-10-20 14:34:44 +00:00
doc Add a redis driver 2016-11-07 06:35:52 -06:00
osprofiler Merge "Replace logging with oslo_log" 2016-11-11 17:30:09 +00:00
releasenotes Add reno for release notes management 2016-11-03 18:38:01 +08:00
tools Trivial: Remove vim header from source files 2016-09-24 05:25:17 +08:00
.gitignore Add reno for release notes management 2016-11-03 18:38:01 +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 Show team and repo badges on README 2016-11-25 13:13:03 +01:00
requirements.txt Merge "Replace logging with oslo_log" 2016-11-11 17:30:09 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-24 14:37:51 +08:00
setup.py Use pkg_resources to get version 2016-03-10 17:54:20 +08:00
test-requirements.txt Merge "Add Log Insight driver" 2016-11-07 19:44:53 +00:00
tox.ini Add reno for release notes management 2016-11-03 18:38:01 +08:00

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