You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"filter": "resource.type=\"cloud_run_job\" AND resource.labels.job_name=\"$REPORTS_JOB\" AND metric.type=\"run.googleapis.com/job/completed_execution_count\" AND metric.labels.result=\"failed\"",
270
+
"comparison": "COMPARISON_GT",
271
+
"thresholdValue": 0,
272
+
"duration": "0s",
273
+
"aggregations": [{
274
+
"alignmentPeriod": "86400s",
275
+
"perSeriesAligner": "ALIGN_DELTA"
276
+
}]
277
+
}
278
+
}],
279
+
"alertStrategy": {
280
+
"autoClose": "86400s"
281
+
},
282
+
"combiner": "OR",
283
+
"enabled": true,
284
+
"notificationChannels": ["$CHANNEL_ID"],
285
+
"documentation": {
286
+
"content": "The MuniMetro analytics reports job has failed. This may indicate a missing or corrupted analytics database. Check Cloud Run logs for ANALYTICS_NO_DATABASE or ANALYTICS_ERROR messages.",
0 commit comments