From 3306dc20ba205bf3286dc5bc577f56c60ec52f51 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 13 Apr 2016 18:09:12 +0300 Subject: [PATCH] OSprofiler release notes Change-Id: Ic642caac9fd03548b513ba557212383798853135 --- .../notes/integrate-osprofiler-ad0e16a542b12899.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml diff --git a/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml b/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml new file mode 100644 index 0000000000..53d8cd37dc --- /dev/null +++ b/releasenotes/notes/integrate-osprofiler-ad0e16a542b12899.yaml @@ -0,0 +1,12 @@ +--- +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 ` option needs to be added to + the CLI command. Configuration and usage details can be foung in + [`OSProfiler documentation `_] +upgrade: + - OSprofiler support was introduced. To allow its usage the + keystone-paste.ini file needs to be modified to contain osprofiler + middleware.