dba75673afda7df630314dd151f84add9a471e8c

Horizon dashboard has a profiler plugin which calls profiler.init method at openstack_dashboard/contrib/developer/profiler/middleware.py line 64. This creates a profiler and picks a new base_id. The only way to remove this profiler and stop using this base_id is to call profiler._clean() method. So this patch changes _clean() to clean() so it becomes a public method. Change-Id: Idec7ee240bc7f508aeebcba374a9673652b1cc72 Related-Bug: #1777486
Team and repository tags
OSProfiler -- Library for cross-project profiling library
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).
- Free software: Apache license
- Documentation: https://docs.openstack.org/osprofiler/latest/
- Source: https://git.openstack.org/cgit/openstack/osprofiler
- Bugs: https://bugs.launchpad.net/osprofiler
Description
Languages
Python
93.3%
HTML
4.8%
Shell
1.9%