Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1852,9 +1852,9 @@ Resources:
AlarmDescription: "Trigger an alarm when Fatal Error occurs"
ActionsEnabled: true
OKActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
AlarmActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
InsufficientDataActions: []
MetricName: FatalErrorMessage
Namespace: !Sub "${AWS::StackName}/LogMessages"
Expand All @@ -1875,9 +1875,9 @@ Resources:
AlarmDescription: Trigger the alarm if less than 95% of requests has a latency of less than 1 second with a minimum of 25 invocations in 2 out of the last 5 minutes
ActionsEnabled: true
OKActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
AlarmActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
InsufficientDataActions: []
EvaluationPeriods: 5
DatapointsToAlarm: 2
Expand Down Expand Up @@ -1920,9 +1920,9 @@ Resources:
AlarmDescription: Trigger the alarm if less than 99% of requests has a latency of less than 2.5 second with a minimum of 150 invocations in 2 out of the last 5 minutes
ActionsEnabled: true
OKActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
AlarmActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
InsufficientDataActions: []
EvaluationPeriods: 5
DatapointsToAlarm: 2
Expand Down Expand Up @@ -1965,7 +1965,7 @@ Resources:
AlarmDescription: Trigger a warning if the running container task count drops below 2
ActionsEnabled: true
AlarmActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
InsufficientDataActions: []
EvaluationPeriods: 1
DatapointsToAlarm: 1
Expand Down Expand Up @@ -1995,7 +1995,7 @@ Resources:
AlarmDescription: Trigger a critical alert if the running container task count drops below 1
ActionsEnabled: true
AlarmActions:
- !ImportValue di-ipv-core-notifications-WarningAlertsTopic
- !ImportValue build-notifications-WarningAlertsTopicArn
InsufficientDataActions: []
EvaluationPeriods: 1
DatapointsToAlarm: 1
Expand Down
Loading