From: Vratko Polak Date: Fri, 14 Jan 2022 13:25:46 +0000 (+0100) Subject: Trending: Unify anomaly related column names X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=e9dffba58304835f45e882efe77ea947494f7240;hp=18f2763797ff782f9068550fc2f01cad4d7056af Trending: Unify anomaly related column names 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 --- diff --git a/docs/cpta/introduction/dashboard.rst b/docs/cpta/introduction/dashboard.rst index 587e3daa75..49e67b61e3 100644 --- a/docs/cpta/introduction/dashboard.rst +++ b/docs/cpta/introduction/dashboard.rst @@ -1,17 +1,20 @@ Data Plane Performance ====================== +.. _Dashboard: + Legend to the tables: - **Test Case**: name of FD.io CSIT test case, naming convention `here `_. - - **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.