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
summary: Errors while performing list operations in controller.
1457
-
expr: |
1458
-
(sum by (controller,namespace) (rate(prometheus_operator_list_operations_failed_total{job="prometheus-operator",namespace="monitoring-satellite"}[10m])) / sum by (controller,namespace) (rate(prometheus_operator_list_operations_total{job="prometheus-operator",namespace="monitoring-satellite"}[10m]))) > 0.4
1459
-
for: 15m
1460
-
labels:
1461
-
severity: warning
1462
-
- alert: PrometheusOperatorWatchErrors
1463
-
annotations:
1464
-
description: Errors while performing watch operations in controller {{$labels.controller}} in {{$labels.namespace}} namespace.
summary: Errors while performing watch operations in controller.
1467
-
expr: |
1468
-
(sum by (controller,namespace) (rate(prometheus_operator_watch_operations_failed_total{job="prometheus-operator",namespace="monitoring-satellite"}[5m])) / sum by (controller,namespace) (rate(prometheus_operator_watch_operations_total{job="prometheus-operator",namespace="monitoring-satellite"}[5m]))) > 0.4
1469
-
for: 15m
1470
-
labels:
1471
-
severity: warning
1472
-
- alert: PrometheusOperatorSyncFailed
1473
-
annotations:
1474
-
description: Controller {{ $labels.controller }} in {{ $labels.namespace }} namespace fails to reconcile {{ $value }} objects.
0 commit comments