From 4b82a5a65b740fa74165aaae4b6ff5f2327fd8c6 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 10 Oct 2016 10:48:19 +0800 Subject: [PATCH] Move the OSprofiler spec to Ocata We'd like to introduce the osprofiler lib to zaqar in Ocata. It's useful for performance analysis. Implements: blueprint osprofiler Change-Id: Ic7ddafc8d375e9f5c6f70aa0e4de9164ab0b0dc7 --- specs/kilo/index.rst | 1 - specs/ocata/index.rst | 2 ++ specs/{kilo => ocata}/osprofiler.rst | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) rename specs/{kilo => ocata}/osprofiler.rst (92%) diff --git a/specs/kilo/index.rst b/specs/kilo/index.rst index edd46cc..b93b36d 100644 --- a/specs/kilo/index.rst +++ b/specs/kilo/index.rst @@ -7,4 +7,3 @@ :maxdepth: 2 approved/index - * diff --git a/specs/ocata/index.rst b/specs/ocata/index.rst index e4e4ef9..8cd2257 100644 --- a/specs/ocata/index.rst +++ b/specs/ocata/index.rst @@ -5,3 +5,5 @@ .. toctree:: :glob: :maxdepth: 2 + + * diff --git a/specs/kilo/osprofiler.rst b/specs/ocata/osprofiler.rst similarity index 92% rename from specs/kilo/osprofiler.rst rename to specs/ocata/osprofiler.rst index 85e6419..3975182 100644 --- a/specs/kilo/osprofiler.rst +++ b/specs/ocata/osprofiler.rst @@ -25,7 +25,7 @@ one trace per request affecting all involved services and build a tree of calls. More details on how OSProfiler works can be find in the -`OSProfiler Readme `_ +`OSProfiler Readme `_ This is even more important for a project like Zaqar in which performance in communications is a key feature. @@ -49,7 +49,7 @@ Proposed change The proposed change is to integrate the OSProfiler tool to Zaqar. According to the requirements for this addition detailed in -`OSProfiler Readme `_, +`OSProfiler Readme `_, this shouldn't be a complex task. The steps required to do this are detailed in the `Work Items`_ section. @@ -69,10 +69,12 @@ Assignee(s) Primary assignee: zhiyan +Other assignee: wangxiyuan(wxy) + Milestones ---------- -Target Milestone for completion: K-1 +Target Milestone for completion: O-2 Work Items ----------