manifests/prometheus-rules.yaml: Regenerate

This commit is contained in:
Lili Cosic 2020-07-13 17:31:38 +02:00
parent dfe9184c9b
commit a5b71282cd

View File

@ -1793,6 +1793,15 @@ spec:
severity: warning
- name: prometheus-operator
rules:
- alert: PrometheusOperatorWatchErrors
annotations:
message: Errors while performing watch operations in controller {{$labels.controller}}
in {{$labels.namespace}} namespace.
expr: |
(sum by (controller,namespace) (rate(prometheus_operator_watch_operations_failed_total{job="prometheus-operator",namespace="monitoring"}[1h])) / sum by (controller,namespace) (rate(prometheus_operator_watch_operations_total{job="prometheus-operator",namespace="monitoring"}[1h]))) > 0.1
for: 15m
labels:
severity: warning
- alert: PrometheusOperatorReconcileErrors
annotations:
message: Errors while reconciling {{ $labels.controller }} in {{ $labels.namespace