Trending: Unify anomaly related column names 09/34909/3
authorVratko Polak <vrpolak@cisco.com>
Fri, 14 Jan 2022 13:25:46 +0000 (14:25 +0100)
committerTibor Frank <tifrank@cisco.com>
Tue, 18 Jan 2022 09:17:49 +0000 (09:17 +0000)
The most recent update merged was related to alerting,
so this Change uses the new column names defined there
also in Dashboard tables and legend.

Change-Id: I548bc4b42af8237c4251433f3a46e98427898ea8
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
docs/cpta/introduction/dashboard.rst

index 587e3da..49e67b6 100644 (file)
@@ -1,17 +1,20 @@
 Data Plane Performance
 ======================
 
+.. _Dashboard:
+
 Legend to the tables:
 
     - **Test Case**: name of FD.io CSIT test case, naming convention
       `here <https://wiki.fd.io/view/CSIT/csit-test-naming>`_.
-    - **Trend [Mpps]**: Trend (population average) of the last group of runs.
-    - **Short-Term Change [%]**: Relative change of last trend value
-      vs. last week trend value.
-    - **Long-Term Change [%]**: Relative change of last trend value vs.
+    - **Trend [Mpps]**: Population average of the last group of runs.
+    - **Runs [#]**: Number of runs belonging to the last sample group.
+    - **Long-Term Change [%]**: Relative change of Last Trend vs.
       maximum of trend values over the last quarter except last week.
-    - **Regressions [#]**: Number of regressions detected.
-    - **Progressions [#]**: Number of progressions detected.
+    - **Regressions [#]**: Number of regressions detected
+      in last few runs (4 for weekly, 14 for daily).
+    - **Progressions [#]**: Number of progressions detected
+      in last few runs (4 for weekly, 14 for daily).
 
 For full explanation see :ref:`Trend_Compliance` document.