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
fix: remove unsupported incident.url variable from alert documentation
GCP Cloud Monitoring no longer supports the ${incident.url} variable in
alert policy documentation templates — it renders as a literal error:
'Unrecognized variable: incident.url'.
Replace with a direct link to the Cloud Logging query for recent errors.
Or view all recent errors: https://console.cloud.google.com/logs/query;query=severity%3E%3DERROR%20AND%20resource.labels.service_name%3D%22${google_cloudfunctions2_function.watchdog_notifications.name}%22
105
+
_(Link shows 1 hour of logs starting from when the alert fired)_
0 commit comments