contrib/kube-prometheus: Generate new rules based on latest jsonnet changes

This commit is contained in:
Matthias Loibl
2018-09-14 11:29:45 +02:00
parent 407aaa5e2f
commit b308b25acc
2 changed files with 5 additions and 5 deletions

View File

@@ -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