Skip to content

Commit

Permalink
chore: pvc surge alert update
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Nov 12, 2024
1 parent a46ab9d commit 77dcdc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/gold-eb75ad-team/alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,14 @@ resource "sysdig_monitor_alert_promql" "test_gold_memory_limit" {

resource "sysdig_monitor_alert_v2_change" "prod_pvcuse_spike" {

name = "[PROD] the dev PVC usage surged(EXPERIMENT)"
name = "[PROD] the prod PVC usage surged"
description = "There are ocasional surges the the PVC usage. This alert detects very large ones."
severity = "low"
metric = "kubelet_volume_stats_used_bytes"
group_aggregation = "avg"
time_aggregation = "avg"
operator = ">"
threshold = 3
threshold = 6
group_by = ["kube_pod_name"]
scope {
label = "kube_cluster_name"
Expand Down

0 comments on commit 77dcdc2

Please sign in to comment.