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

Commit 3cba68c

Browse files
committed
Fix table indentation
1 parent 725f48f commit 3cba68c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Basic settings
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.
3737
- 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.
3838
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.
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.
4242

4343
* - :strong:`Alert when`
4444
- ``Too high``, ``Too low``, ``Too high or Too low``

0 commit comments

Comments
 (0)