From 2803c644bd058a614774b9cecdcc34b0ec7dfa12 Mon Sep 17 00:00:00 2001 From: Kaloyan Spiridonov <42994528+kaloyanspiridonov@users.noreply.github.com> Date: Thu, 9 May 2024 14:49:53 +0300 Subject: [PATCH] Remove some operations-controller alerts (#3855) --- .../additional-prometheus-rules.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/chart/compass/templates/additional-prometheus-rules.yaml b/chart/compass/templates/additional-prometheus-rules.yaml index 1a685989e1..d8623099f1 100644 --- a/chart/compass/templates/additional-prometheus-rules.yaml +++ b/chart/compass/templates/additional-prometheus-rules.yaml @@ -92,26 +92,6 @@ spec: for: 5m labels: severity: critical - - alert: OperationGotErrorCondition - annotations: - description: Operation name={{`{{`}} $labels.name {{`}}`}} with correlationID={{`{{`}} $labels.correlation_id - {{`}}`}}, operationType={{`{{`}} $labels.type {{`}}`}}, category={{`{{`}} $labels.category {{`}}`}}, requestObject={{`{{`}} - $labels.request_object {{`}}`}} failed with error={{`{{`}} $labels.error {{`}}`}} - expr: (compass_operations_controller_failed_operations_count == 1) unless (compass_operations_controller_failed_operations_count - offset 1m == 1 ) - for: 0m - labels: - severity: critical - - alert: OperationInProgressNearTimeout - annotations: - description: Operation with type={{`{{`}} $labels.type {{`}}`}} has been InProgress near - reconciliation timeout. - expr: (compass_operations_controller_operations_near_reconciliation_timeout_count - >= 1) unless (compass_operations_controller_operations_near_reconciliation_timeout_count - offset 90s == compass_operations_controller_operations_near_reconciliation_timeout_count) - for: 0m - labels: - severity: warning - alert: IstioRequests-RateLimited-429 annotations: description: From source_workload={{`{{`}} $labels.source_workload {{`}}`}} to destination_workload={{`{{`}}