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 ea5c455c46
commit 78bec4e48b

View File

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