Skip to content

Commit 25cf1dc

Browse files
committed
remove seasonality
1 parent fc3473d commit 25cf1dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/types/workflowEngine/detectors.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ interface MetricDetectorConfigPercent {
100100
*/
101101
interface MetricDetectorConfigDynamic {
102102
detectionType: 'dynamic';
103-
seasonality?: 'auto' | 'daily' | 'weekly' | 'monthly';
104103
sensitivity?: 'low' | 'medium' | 'high';
105104
thresholdType?: AlertRuleThresholdType;
106105
}

0 commit comments

Comments
 (0)