Remove token timeouts filter for incidents

This commit is contained in:
Andrew Dryga
2023-12-19 15:33:13 -06:00
parent 73823ecba0
commit b7e3a5b4cd

View File

@@ -315,7 +315,6 @@ 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
}