diff --git a/config/telemetry/alerts/resources-manager/projects.yaml b/config/telemetry/alerts/resources-manager/projects.yaml index e6bb2dec..a3dc8a8d 100644 --- a/config/telemetry/alerts/resources-manager/projects.yaml +++ b/config/telemetry/alerts/resources-manager/projects.yaml @@ -10,10 +10,10 @@ spec: expr: | (time() - milo_projects_created_timestamp) > 60 unless ignoring(type, reason) (milo_projects_status_condition{type="Ready"} == 1) - for: 0s + for: 2m labels: severity: critical slo_violation: "true" annotations: summary: "Project {{ $labels.resource_name }} is stuck creating for over 60 seconds" - description: "Project {{ $labels.resource_name }} has been in creation state for {{ $value }} seconds without reaching Ready status, which exceeds the 60-second SLO threshold." \ No newline at end of file + description: "Project {{ $labels.resource_name }} has been in creation state for {{ $value }} seconds without reaching Ready status, which exceeds the 60-second SLO threshold."