keystone/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml
Lance Bragstad 6a20aa8587 Revert "Fix wrong links"
This reverts commit 77500b3615.

Change-Id: I44a3f47329b06d4b85fa0bb944ce3bc8084fffa3
2017-08-22 18:54:25 +00:00

13 lines
587 B
YAML

---
features:
- OSprofiler support was added. This cross-project profiling library
allows to trace various requests through all OpenStack
services that support it. To initiate OpenStack
request tracing `--profile <HMAC_KEY>` option needs to be added to
the CLI command. Configuration and usage details can be found in
[`OSProfiler documentation <https://docs.openstack.org/developer/osprofiler/api.html>`_]
upgrade:
- OSprofiler support was introduced. To allow its usage the
keystone-paste.ini file needs to be modified to contain osprofiler
middleware.