Skip to content

Commit bab3cf4

Browse files
committed
Update template to use new metric
1 parent 940a8ce commit bab3cf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cicd/3-app/javabuilder/template.yml.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,14 +969,14 @@ Resources:
969969
Type: AWS::CloudWatch::Alarm
970970
Properties:
971971
AlarmName: !Sub "${SubDomainName}_high_users_blocked"
972-
AlarmDescription: Unusually high number of users being blocked by our throttling
972+
AlarmDescription: Unusually high number of users being newly blocked by our throttling
973973
thresholds.
974974
ActionsEnabled: true
975975
OKActions: []
976976
AlarmActions:
977977
- !If [SilenceAlertsCondition, !Ref AWS::NoValue, !Sub "arn:aws:sns:${AWS::Region}:${AWS::AccountId}:javabuilder-high-throttling"]
978978
InsufficientDataActions: []
979-
MetricName: UserBlocked
979+
MetricName: NewUserBlocked
980980
Namespace: Javabuilder
981981
Statistic: Sum
982982
Dimensions:
@@ -993,14 +993,14 @@ Resources:
993993
Type: AWS::CloudWatch::Alarm
994994
Properties:
995995
AlarmName: !Sub "${SubDomainName}_high_classrooms_blocked"
996-
AlarmDescription: Unusually high number of classrooms being blocked by our throttling
996+
AlarmDescription: Unusually high number of classrooms being newly blocked by our throttling
997997
thresholds.
998998
ActionsEnabled: true
999999
OKActions: []
10001000
AlarmActions:
10011001
- !If [SilenceAlertsCondition, !Ref AWS::NoValue, !Sub "arn:aws:sns:${AWS::Region}:${AWS::AccountId}:javabuilder-high-throttling"]
10021002
InsufficientDataActions: []
1003-
MetricName: ClassroomBlocked
1003+
MetricName: NewClassroomBlocked
10041004
Namespace: Javabuilder
10051005
Statistic: Sum
10061006
Dimensions:

0 commit comments

Comments
 (0)