Remove dead/broken link to example

Change-Id: I877af0a619087b25209074a69db48f155b825aa9
This commit is contained in:
Joshua Harlow 2016-03-24 10:43:07 -07:00
parent 4dd3f3d2fb
commit a007a00807
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ wrong and to locate the bottleneck.
To resolve this issue, we introduce a tiny but powerful library,
**osprofiler**, that is going to be used by all OpenStack projects and their
python clients. To be able to generate 1 trace per request, that goes through
all involved services, and builds a tree of calls (see an
`example <http://pavlovic.me/rally/profiler/>`_).
all involved services, and builds a tree of calls.
Why not cProfile and etc?
-------------------------