yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60954
[Bug 1660449] [NEW] Lack of some methods calling information in OpenStack Profiler page
Public bug reported:
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
** Affects: horizon
Importance: Medium
Status: Triaged
--
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):
Triaged
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
Follow ups