Skip to content

Commit

Permalink
chore(dynmic alert thresholds) Support 5 min duration (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-senth committed Sep 13, 2024
1 parent b9caa1e commit 31ce656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seer/anomaly_detection/models/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AnomalyFlags = Literal["none", "anomaly_lower_confidence", "anomaly_higher_confidence", "no_data"]
Sensitivities = Literal["low", "medium", "high"]
TimePeriods = Literal[15, 30, 60]
TimePeriods = Literal[5, 15, 30, 60]
Directions = Literal["up", "down", "both"]
Seasonalities = Literal["hourly", "daily", "weekly", "auto"]

Expand Down

0 comments on commit 31ce656

Please sign in to comment.