contrib/kube-prometheus: Generate new manifests after fixing tyops in rules
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
|
||||
}
|
||||
},
|
||||
"version": "34035de0f6c20ed3d84ba9a28e23765f11cb0b9f"
|
||||
"version": "bffc85d6e76f6341d5370af68ea980030ab402e8"
|
||||
},
|
||||
{
|
||||
"name": "ksonnet",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user