*: bump Prometheus to v2.0.0-rc.1

This commit is contained in:
Frederic Branczyk
2017-10-16 15:11:53 +02:00
parent dea42fe5ca
commit 1b7c8cdf21
23 changed files with 942 additions and 1232 deletions

View File

@@ -0,0 +1,12 @@
groups:
- name: ./prometheus.rules
rules:
- alert: FailedReload
expr: prometheus_config_last_reload_successful == 0
for: 10m
labels:
severity: warning
annotations:
description: Reloading Prometheus' configuration has failed for {{ $labels.namespace
}}/{{ $labels.pod}}.
summary: Prometheus configuration reload has failed