Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Remove some operations-controller alerts (#3855)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyanspiridonov authored May 9, 2024
1 parent 20de3d5 commit 2803c64
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions chart/compass/templates/additional-prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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={{`{{`}}
Expand Down

0 comments on commit 2803c64

Please sign in to comment.