Skip to content

Commit

Permalink
Turn down alarms, so secondary region stops hitting them
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Jan 15, 2025
1 parent 36b0a17 commit e42f5de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spire/templates/apps/dovetail-analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Resources:
sending a suspiciously low number of downloads to BigQuery, which could
mean that input data is not reaching the function.
ComparisonOperator: LessThanThreshold
EvaluationPeriods: 1
EvaluationPeriods: 2
MetricName: !Sub bigquery_downloads_${AnalyticsBigqueryFunction}
Namespace: !Ref kMetricFilterNamespace
Period: 300
Expand Down Expand Up @@ -255,7 +255,7 @@ Resources:
sending a suspiciously low number of impressions to BigQuery, which
could mean that input data is not reaching the function.
ComparisonOperator: LessThanThreshold
EvaluationPeriods: 1
EvaluationPeriods: 2
MetricName: !Sub bigquery_impressions_${AnalyticsBigqueryFunction}
Namespace: !Ref kMetricFilterNamespace
Period: 300
Expand All @@ -270,7 +270,7 @@ Resources:
- { Key: prx:ops:cloudwatch-log-group-name, Value: !Ref AnalyticsBigqueryFunctionLogGroup }
- { Key: prx:dev:family, Value: Dovetail }
- { Key: prx:dev:application, Value: Analytics }
Threshold: 1000
Threshold: 500
TreatMissingData: breaching

AnalyticsBigqueryFunctionErrorLevelLogMetricFilter:
Expand Down

0 comments on commit e42f5de

Please sign in to comment.