Skip to content

Commit 207074c

Browse files
authored
Merge pull request #125 from m-lab/nomorebillions
Remove the onebillion alerts
2 parents b3c609c + 1b29437 commit 207074c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

config/federation/prometheus/alerts.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,3 @@ ALERT SnmpExporterDownOrMissing
243243
summary = "The snmp_exporter service is down on {{ $labels.instance }}.",
244244
hints = "The snmp_exporter service runs in a Docker container on a GCE VM named 'snmp-exporter' in each M-Lab GCP project. Look at the Travis-CI builds/deploys for m-lab/prometheus-snmp-exporter, or SSH to the VM and poke around."
245245
}
246-
247-
ALERT OverOneBillion
248-
IF ndt_test_count_total >= 1000000000
249-
FOR 1m
250-
LABELS {
251-
severity = "page"
252-
}
253-
ANNOTATIONS {
254-
summary = "The total number of s2c + c2s tests in our BigQuery DB of tests",
255-
hints = "Unlike most alerts, when this one fires, we throw a party"
256-
}

0 commit comments

Comments
 (0)