From 84da526b8cfb2f6d909218e73b27329506798e1e Mon Sep 17 00:00:00 2001 From: Sergiusz Urbaniak Date: Wed, 24 Mar 2021 17:33:34 +0100 Subject: [PATCH] assets: regenerate --- assets/cluster-monitoring-operator/prometheus-rule.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/cluster-monitoring-operator/prometheus-rule.yaml b/assets/cluster-monitoring-operator/prometheus-rule.yaml index d474786641..ec3b4dd9ce 100644 --- a/assets/cluster-monitoring-operator/prometheus-rule.yaml +++ b/assets/cluster-monitoring-operator/prometheus-rule.yaml @@ -247,11 +247,10 @@ spec: record: cluster:control_plane:all_nodes_ready - alert: ClusterMonitoringOperatorReconciliationErrors annotations: - message: Cluster Monitoring Operator is experiencing reconciliation error - rate of {{ printf "%0.0f" $value }}%. - expr: rate(cluster_monitoring_operator_reconcile_errors_total[15m]) * 100 / - rate(cluster_monitoring_operator_reconcile_attempts_total[15m]) > 10 - for: 30m + message: Cluster Monitoring Operator is experiencing unexpected reconciliation + errors. Inspect the cluster-monitoring-operator log for potential root causes. + expr: max(max_over_time(cluster_monitoring_operator_last_reconciliation_successful[1h])) + == 0 labels: severity: warning - alert: AlertmanagerReceiversNotConfigured