Skip to content
Snippets Groups Projects
Commit 78bec4e4 authored by Dalton Hubble's avatar Dalton Hubble
Browse files

Fix PrometheusTSDBWALCorruptions alert

* `tsdb_wal_corruptions_total metric` name should be
`prometheus_tsdb_wal_corruptions_total`
parent ea5c455c
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ ...@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment