Skip to content

Commit

Permalink
chore: disable the PVC surge alert (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist authored Dec 5, 2024
1 parent eb3a606 commit d47982a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/gold-eb75ad-team/alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ resource "sysdig_monitor_alert_v2_change" "prod_pvcuse_spike" {
description = "There are ocasional surges the the PVC usage. This alert detects very large ones."
severity = "low"
metric = "kubelet_volume_stats_used_bytes"
enabled = false
group_aggregation = "avg"
time_aggregation = "avg"
operator = ">"
Expand Down

0 comments on commit d47982a

Please sign in to comment.