diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-11-07 07:38:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-07 07:38:30 +0000 |
commit | f908bd72ee7423829c1cc679ef5d04e3768be677 (patch) | |
tree | f489cb8a2faa4a5f54ff4ae809092ea491d0c137 /docs | |
parent | c9f03191c20f2abaf698599ef1459c5e5c3eea19 (diff) | |
parent | db78b2af232abfae257358bcf30629e183a44856 (diff) |
Merge "Spec for comparison view"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/designspec/dashboard.rst | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/designspec/dashboard.rst b/docs/designspec/dashboard.rst index cf988184..555b3a24 100644 --- a/docs/designspec/dashboard.rst +++ b/docs/designspec/dashboard.rst @@ -89,3 +89,47 @@ Comparison Comparison can be done between different PODs or different configuration on the same PODs. + +In a comparison view, the metrics are displayed in the same diagram. And the +parameters are listed side by side. + +Both common parameters and different parameters are listed. Common values are +merged to the same cell. And user may configure the view to hide common rows. + +A draft design is as following:: + + ^ + | + | + | + | XXXXXXXX + | XXX XX+-+ XXXXXXXXXX + | XXX +XXXX XXXXX + +-+XX X +--+ ++ XXXXXX +-+ + | X+-+X +----+ +-+ +----+X + |X +--+ +---+ XXXXXX X + | +-------+ X + | + | + +-----------------------------------------------------> + + +--------------------+----------------+---------------+ + | different param 1 | | | + | | | | + +-----------------------------------------------------+ + | different param 2 | | | + | | | | + +-------------------------------------+---------------+ + | common param 1 | | + | | | + +-------------------------------------+---------------+ + | different param 3 | | | + | | | | + +-------------------------------------+---------------+ + | common param 2 | | + | | | + +--------------------+--------------------------------+ + +------------+ + | HIDE COMMON| + +------------+ + |