diff --git a/jsonnet/kube-prometheus/alerts/prometheus.libsonnet b/jsonnet/kube-prometheus/alerts/prometheus.libsonnet index 99be08ffb822ffbec8a896ee8eda484d1336df6f..b188faa22bf2c00dd65f04674a84db44f0dc9308 100644 --- a/jsonnet/kube-prometheus/alerts/prometheus.libsonnet +++ b/jsonnet/kube-prometheus/alerts/prometheus.libsonnet @@ -8,7 +8,7 @@ alert: 'PrometheusConfigReloadFailed', annotations: { description: "Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}}", - summary: "Reloading Promehteus' configuration failed", + summary: "Reloading Prometheus' configuration failed", }, expr: ||| prometheus_config_last_reload_successful{%(prometheusSelector)s} == 0 diff --git a/manifests/prometheus-rules.yaml b/manifests/prometheus-rules.yaml index 3a427753c02de3cac435331beb76b1ef4be15867..0565661a66d9da46ff8a6e0fe95958a2d4510774 100644 --- a/manifests/prometheus-rules.yaml +++ b/manifests/prometheus-rules.yaml @@ -1001,7 +1001,7 @@ spec: - alert: PrometheusConfigReloadFailed annotations: description: Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}} - summary: Reloading Promehteus' configuration failed + summary: Reloading Prometheus' configuration failed expr: | prometheus_config_last_reload_successful{job="prometheus-k8s"} == 0 for: 10m