contrib/kube-prometheus: Generate new manifests after fixing tyops in rules

This commit is contained in:
Matthias Loibl
2018-09-14 13:46:18 +02:00
parent 24141c464f
commit df65f57fb4
2 changed files with 5 additions and 4 deletions

View File

@@ -1075,7 +1075,8 @@ spec:
rules:
- alert: PrometheusOperatorAlertmanagerReconcileErrors
annotations:
message: Errors while reconciling Alertmanager in {{$labels.namespace}} namespace.
message: Errors while reconciling Alertmanager in {{ $labels.namespace }}
Namespace.
expr: |
rate(prometheus_operator_alertmanager_reconcile_errors_total{job="prometheus-operator"}[5m]) > 0.1
for: 10m
@@ -1083,7 +1084,7 @@ spec:
severity: warning
- alert: PrometheusOperatorPrometheusReconcileErrors
annotations:
message: Errors while reconciling Prometheus in {{$labels.namespace}} namespace.
message: Errors while reconciling Prometheus in {{ $labels.namespace }} Namespace.
expr: |
rate(prometheus_operator_prometheus_reconcile_errors_total{job="prometheus-operator"}[5m]) > 0.1
for: 10m
@@ -1091,7 +1092,7 @@ spec:
severity: warning
- alert: PrometheusOperatorNodeLookupErrors
annotations:
message: Errors while reconciling Prometheus in {{$labels.namespace}} namespace.
message: Errors while reconciling Prometheus in {{ $labels.namespace }} Namespace.
expr: |
rate(prometheus_operator_node_address_lookup_errors_total{job="prometheus-operator"}[5m]) > 0.1
for: 10m