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',
|
alert: 'PrometheusConfigReloadFailed',
|
||||||
annotations: {
|
annotations: {
|
||||||
description: "Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}}",
|
description: "Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}}",
|
||||||
summary: "Reloading Promehteus' configuration failed",
|
summary: "Reloading Prometheus' configuration failed",
|
||||||
},
|
},
|
||||||
expr: |||
|
expr: |||
|
||||||
prometheus_config_last_reload_successful{%(prometheusSelector)s} == 0
|
prometheus_config_last_reload_successful{%(prometheusSelector)s} == 0
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
|
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "50038889fade4d7a17352592cd268d9d1e709b93"
|
"version": "230f671aab6ece196aa7a0f618da38173b4daf71"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ksonnet",
|
"name": "ksonnet",
|
||||||
@@ -81,4 +81,4 @@
|
|||||||
"version": "7a759c18d294698f537f8be91927354818a71e51"
|
"version": "7a759c18d294698f537f8be91927354818a71e51"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -1001,7 +1001,7 @@ spec:
|
|||||||
- alert: PrometheusConfigReloadFailed
|
- alert: PrometheusConfigReloadFailed
|
||||||
annotations:
|
annotations:
|
||||||
description: Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}}
|
description: Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}}
|
||||||
summary: Reloading Promehteus' configuration failed
|
summary: Reloading Prometheus' configuration failed
|
||||||
expr: |
|
expr: |
|
||||||
prometheus_config_last_reload_successful{job="prometheus-k8s"} == 0
|
prometheus_config_last_reload_successful{job="prometheus-k8s"} == 0
|
||||||
for: 10m
|
for: 10m
|
||||||
|
Reference in New Issue
Block a user