yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61195
[Bug 1660449] Re: Lack of some methods calling information in OpenStack Profiler page
Reviewed: https://review.openstack.org/426984
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d256d0025f03d83e784286af5fbd06a95fb43b39
Submitter: Jenkins
Branch: master
commit d256d0025f03d83e784286af5fbd06a95fb43b39
Author: Richard Jones <r1chardj0n3s@xxxxxxxxx>
Date: Tue Jan 31 11:50:32 2017 +1100
Fix reporting of profiler traces with multiple toplevels
The Profiler panel was only showing the first of potentally
many toplevel events in a request. This patch reinstates
those events by displaying the root event rather than
its first child.
Change-Id: Ifeb0c3ee16168335e7b41c1063897ccdf5511800
Closes-Bug: 1660449
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1660449
Title:
Lack of some methods calling information in OpenStack Profiler page
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Branch: ocata
Only changed keystone configuration in local_settings.py, configuration for profiler_settings:
OPENSTACK_PROFILER.update({
'enabled': True,
'keys': ['SECRET_KEY'],
'notifier_connection_string': 'mongodb://192.168.200.50:27017',
'receiver_connection_string': 'mongodb://192.168.200.50:27017'
})
The MongoDB works fine.
After enabling 'OpenStack Profiler', I clicked 'Access & Security'
panel, the total time that chrome told me was a big different with
what i saw in the profiler page. i checked the code, some methods
with 'profiler.trace' decorator are not included in the profiler page,
e.g. tenant_quota_usages. an example is here:
http://pasteboard.co/sr4VFgkSK.png
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1660449/+subscriptions
References