Fix PrometheusTSDBWALCorruptions alert
* `tsdb_wal_corruptions_total metric` name should be `prometheus_tsdb_wal_corruptions_total`
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user