Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Unified Diff: alertserver/alerts.cfg

Issue 1682363003: Migrate fuzzer to use shiny new metrics2 package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Rename metrics Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fuzzer/go/aggregator/aggregator.go » ('j') | fuzzer/go/aggregator/aggregator.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: alertserver/alerts.cfg
diff --git a/alertserver/alerts.cfg b/alertserver/alerts.cfg
index 19ea12ffaea359e8735374e83633f875c97f9488..1f8a441a609f739180a62c653db7b3fb940e9fba 100644
--- a/alertserver/alerts.cfg
+++ b/alertserver/alerts.cfg
@@ -1263,29 +1263,3 @@ condition = "x >= 7200"
actions = ["Email(infra-alerts@skia.org)"]
auto-dismiss = true
nag = "1h"
-
-#
-# Fuzzer
-#
-
-[[rule]]
-name = "fuzzer upload binary fuzz"
-message = "Binary upload queue has been very full."
-database = "graphite"
-query = "select mean(value) from /^binary_upload_queue_size.value$/ where app='fuzzer-be' AND host='skia-fuzzer' AND time > now() - 10m"
-category = "infra"
-condition = "x >= 90"
-actions = ["Email(infra-alerts@skia.org)"]
-auto-dismiss = true
-nag = "1h"
-
-[[rule]]
-name = "fuzzer analysis binary fuzz"
-message = "Binary analysis queue has been very full."
-database = "graphite"
-query = "select mean(value) from /^binary_analysis_queue_size.value$/ where app='fuzzer-be' AND host='skia-fuzzer' AND time > now() - 10m"
-category = "infra"
-condition = "x >= 9000"
-actions = ["Email(infra-alerts@skia.org)"]
-auto-dismiss = true
-nag = "1h"
« no previous file with comments | « no previous file | fuzzer/go/aggregator/aggregator.go » ('j') | fuzzer/go/aggregator/aggregator.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698