Compare commits

...

1 Commits

Author SHA1 Message Date
Yunus M
96404799f5 fix: initialize target to 3 in anomaly detection alert 2024-11-05 13:21:25 +05:30

View File

@@ -94,6 +94,7 @@ export const anamolyAlertDefaults: AlertDef = {
matchType: defaultMatchType,
algorithm: defaultAlgorithm,
seasonality: defaultSeasonality,
target: 3,
},
labels: {
severity: 'warning',