Skip to content

Commit

Permalink
Increase the threshold for the Fastly Bandwidth alarm
Browse files Browse the repository at this point in the history
Increase this threshold to reduce flappy alerting and noise.
  • Loading branch information
theseanything committed Jan 23, 2025
1 parent 0431ad1 commit d7ed3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/monitoring-config/rules/fastly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ groups:
sum(increase(fastly_rt_requests_total[1d]))
- alert: HighBandwidthUsage
expr: global:fastly_global_bandwidth_bytes:rate1d > 5.5 * (10 ^ 12)
expr: global:fastly_global_bandwidth_bytes:rate1d > 5.8 * (10 ^ 12)
for: 2d
labels:
severity: warning
Expand All @@ -24,7 +24,7 @@ groups:
summary: Fastly global bandwidth exceeds typical daily usage
description: >-
The global daily bandwidth usage rate for Fastly services has
exceeded the expected threshold of 5.5 TB. This may indicate
exceeded the expected threshold of 5.8 TB. This may indicate
abnormal traffic patterns.
- alert: HighRequestRate
Expand Down

0 comments on commit d7ed3cd

Please sign in to comment.