1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

Fix PrometheusTSDBWALCorruptions alert

* `tsdb_wal_corruptions_total metric` name should be
`prometheus_tsdb_wal_corruptions_total`
This commit is contained in:
Dalton Hubble
2019-03-10 14:50:09 -07:00
parent 56e6ea626a
commit 4de76f68d6

View File

@@ -109,7 +109,7 @@
summary: 'Prometheus write-ahead log is corrupted',
},
expr: |||
tsdb_wal_corruptions_total{%(prometheusSelector)s} > 0
prometheus_tsdb_wal_corruptions_total{%(prometheusSelector)s} > 0
||| % $._config,
'for': '4h',
labels: {