diff options
author | Vratko Polak <vrpolak@cisco.com> | 2022-01-14 14:25:46 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-01-18 09:17:49 +0000 |
commit | e9dffba58304835f45e882efe77ea947494f7240 (patch) | |
tree | d2c29a64b67b173a65a1f5dd5c2ea49ea0408102 /docs | |
parent | 18f2763797ff782f9068550fc2f01cad4d7056af (diff) |
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 <vrpolak@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpta/introduction/dashboard.rst | 15 |
1 files changed, 9 insertions, 6 deletions
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 <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. |