mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-07 03:21:42 +01:00
contrib/kube-prometheus: Alert in 10% erros when reconciling Prom & Alertmanager
This commit is contained in:
parent
8965c3e7b6
commit
407aaa5e2f
@ -7,7 +7,7 @@
|
|||||||
{
|
{
|
||||||
alert: 'PrometheusOperatorAlertmanagerReconcileErrors',
|
alert: 'PrometheusOperatorAlertmanagerReconcileErrors',
|
||||||
expr: |||
|
expr: |||
|
||||||
rate(prometheus_operator_alertmanager_reconcile_errors_total{%(prometheusOperatorSelector)s}[5m]) > 0.01
|
rate(prometheus_operator_alertmanager_reconcile_errors_total{%(prometheusOperatorSelector)s}[5m]) > 0.1
|
||||||
||| % $._config,
|
||| % $._config,
|
||||||
labels: {
|
labels: {
|
||||||
severity: 'warning',
|
severity: 'warning',
|
||||||
@ -20,7 +20,7 @@
|
|||||||
{
|
{
|
||||||
alert: 'PrometheusOperatorPrometheusReconcileErrors',
|
alert: 'PrometheusOperatorPrometheusReconcileErrors',
|
||||||
expr: |||
|
expr: |||
|
||||||
rate(prometheus_operator_prometheus_reconcile_errors_total{%(prometheusOperatorSelector)s}[5m]) > 0.01
|
rate(prometheus_operator_prometheus_reconcile_errors_total{%(prometheusOperatorSelector)s}[5m]) > 0.1
|
||||||
||| % $._config,
|
||| % $._config,
|
||||||
labels: {
|
labels: {
|
||||||
severity: 'warning',
|
severity: 'warning',
|
||||||
@ -33,7 +33,7 @@
|
|||||||
{
|
{
|
||||||
alert: 'PrometheusOperatorNodeLookupErrors',
|
alert: 'PrometheusOperatorNodeLookupErrors',
|
||||||
expr: |||
|
expr: |||
|
||||||
rate(prometheus_operator_node_address_lookup_errors_total{%(prometheusOperatorSelector)s}[5m]) > 0.01
|
rate(prometheus_operator_node_address_lookup_errors_total{%(prometheusOperatorSelector)s}[5m]) > 0.1
|
||||||
||| % $._config,
|
||| % $._config,
|
||||||
labels: {
|
labels: {
|
||||||
severity: 'warning',
|
severity: 'warning',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user