keystoneauth/releasenotes/notes/collect-timing-85f007f0d86c8b26.yaml
Monty Taylor 244780fba8
Collect timing information for API calls
python-openstackclient does this in a wrapper class around Session,
and openstacksdk does something similar that could be removed if support
were directly in keystoneauth.

Add this so that we can remove the custom wrapper/manipulation in
openstackclient and openstacksdk.

Change-Id: Icf00c66f57d20d2cef724c233160d3b1e0d52102
2018-05-16 15:41:59 -05:00

9 lines
331 B
YAML

---
features:
- |
Added ``collect_timing`` option to ``keystoneauth1.session.Session``.
The option, which is off by default, causes the ``Session`` to collect
API timing information for every call it makes. Methods ``get_timings``
and ``reset_timings`` have been added to allow getting and clearing the
data.