Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 5eb9f04

Browse files
committed
Table error fixes
1 parent d879f59 commit 5eb9f04

File tree

1 file changed

+3
-5
lines changed
  • alerts-detectors-notifications/alerts-and-detectors/alert-condition-reference

1 file changed

+3
-5
lines changed

alerts-detectors-notifications/alerts-and-detectors/alert-condition-reference/hist-anomaly.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ Basic settings
3434

3535
* - :strong:`Cycle length`
3636
- Integer >= 1, followed by time indicator (s, m, h, d, w). For example, 30s, 10m, 2h, 5d, 1w. Set this value to be significantly larger than the native resolution.
37-
- The time range that reflects the cyclicity of your signal. A value of ``1w`` indicates your signal follows a weekly cycle. A value of ``1d`` indicates your signal follows a daily cycle.
38-
39-
Cycle length works in conjunction with the duration of the time window used for data comparison, represented by the :strong:`Current window` parameter. Data from the current window might be compared against data from multiple previous cycles to detect historical anomaly.
40-
41-
For example, if the current window is ``1h`` and the cycle length is ``1w``, data in the past hour ([-1h, now]) is compared against data from the [-1w1h, -1w] hour, [-2w1h, -2w] hour, and so on.
37+
- | The time range that reflects the cyclicity of your signal. A value of ``1w`` indicates your signal follows a weekly cycle. A value of ``1d`` indicates your signal follows a daily cycle.
38+
| Cycle length works in conjunction with the duration of the time window used for data comparison, represented by the :strong:`Current window` parameter. Data from the current window might be compared against data from multiple previous cycles to detect historical anomaly.
39+
| For example, if the current window is ``1h`` and the cycle length is ``1w``, data in the past hour ([-1h, now]) is compared against data from the [-1w1h, -1w] hour, [-2w1h, -2w] hour, and so on.
4240
4341
* - :strong:`Alert when`
4442
- ``Too high``, ``Too low``, ``Too high or Too low``

0 commit comments

Comments
 (0)