contrib/kube-prometheus: Generate new rules based on latest jsonnet changes
This commit is contained in:
@@ -1077,7 +1077,7 @@ spec:
|
||||
annotations:
|
||||
message: Errors while reconciling Alertmanager in {{$labels.namespace}} namespace.
|
||||
expr: |
|
||||
rate(prometheus_operator_alertmanager_reconcile_errors_total{job="prometheus-operator"}[5m]) > 0.01
|
||||
rate(prometheus_operator_alertmanager_reconcile_errors_total{job="prometheus-operator"}[5m]) > 0.1
|
||||
for: 10m
|
||||
labels:
|
||||
severity: warning
|
||||
@@ -1085,7 +1085,7 @@ spec:
|
||||
annotations:
|
||||
message: Errors while reconciling Prometheus in {{$labels.namespace}} namespace.
|
||||
expr: |
|
||||
rate(prometheus_operator_prometheus_reconcile_errors_total{job="prometheus-operator"}[5m]) > 0.01
|
||||
rate(prometheus_operator_prometheus_reconcile_errors_total{job="prometheus-operator"}[5m]) > 0.1
|
||||
for: 10m
|
||||
labels:
|
||||
severity: warning
|
||||
@@ -1093,7 +1093,7 @@ spec:
|
||||
annotations:
|
||||
message: Errors while reconciling Prometheus in {{$labels.namespace}} namespace.
|
||||
expr: |
|
||||
rate(prometheus_operator_node_address_lookup_errors_total{job="prometheus-operator"}[5m]) > 0.01
|
||||
rate(prometheus_operator_node_address_lookup_errors_total{job="prometheus-operator"}[5m]) > 0.1
|
||||
for: 10m
|
||||
labels:
|
||||
severity: warning
|
||||
|
Reference in New Issue
Block a user