Skip to content

Commit

Permalink
assets: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
s-urbaniak committed Mar 24, 2021
1 parent a6a8c67 commit 84da526
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/cluster-monitoring-operator/prometheus-rule.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 84da526

Please sign in to comment.