Do not create incidents on gcloud api timeouts

This commit is contained in:
Andrew Dryga
2023-12-07 22:49:50 -05:00
parent 3280827a18
commit 1bf107553d

View File

@@ -315,6 +315,7 @@ resource "google_monitoring_alert_policy" "genservers_crash_policy" {
condition_matched_log {
filter = <<-EOT
resource.type="gce_instance"
-"Can not fetch list of nodes or access token"
severity>=ERROR
EOT
}