Merge pull request #1973 from kkc/fix-typos-prometheus-rules
contrib: fix typo in contrib prometheus rules
This commit is contained in:
@@ -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
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
|
||||
}
|
||||
},
|
||||
"version": "50038889fade4d7a17352592cd268d9d1e709b93"
|
||||
"version": "230f671aab6ece196aa7a0f618da38173b4daf71"
|
||||
},
|
||||
{
|
||||
"name": "ksonnet",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user