Skip to content

Commit

Permalink
Remove [ALERT_UUID] from alertWithLifecycle calls as uuid is already …
Browse files Browse the repository at this point in the history
…set by lifecycle executor
  • Loading branch information
CoenWarmer committed Nov 14, 2022
1 parent 21d200b commit a77f557
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ export function registerAnomalyRuleType({
[ALERT_EVALUATION_VALUE]: score,
[ALERT_EVALUATION_THRESHOLD]: threshold,
[ALERT_REASON]: reasonMessage,
[ALERT_UUID]: alertUuid,
...eventSourceFields,
},
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export function registerErrorCountRuleType({
[ALERT_EVALUATION_VALUE]: errorCount,
[ALERT_EVALUATION_THRESHOLD]: ruleParams.threshold,
[ALERT_REASON]: alertReason,
[ALERT_UUID]: alertUuid,
...sourceFields,
},
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export function registerTransactionDurationRuleType({
[ALERT_EVALUATION_VALUE]: transactionDuration,
[ALERT_EVALUATION_THRESHOLD]: thresholdMicroseconds,
[ALERT_REASON]: reason,
[ALERT_UUID]: alertUuid,
...sourceFields,
},
})
Expand Down

0 comments on commit a77f557

Please sign in to comment.