Merge pull request #1973 from kkc/fix-typos-prometheus-rules

contrib: fix typo in contrib prometheus rules
This commit is contained in:
Frederic Branczyk
2018-10-25 09:09:52 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -8,7 +8,7 @@
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
}
},
"version": "50038889fade4d7a17352592cd268d9d1e709b93"
"version": "230f671aab6ece196aa7a0f618da38173b4daf71"
},
{
"name": "ksonnet",
@@ -81,4 +81,4 @@
"version": "7a759c18d294698f537f8be91927354818a71e51"
}
]
}
}

View File

@@ -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