diff --git a/documentation/prometheus-mixin/alerts.libsonnet b/documentation/prometheus-mixin/alerts.libsonnet index 06c5274579af6f47f05f6f59b06fefae493bfa4d..9cd3029844e5c7df4b338a13b636856e99253489 100644 --- a/documentation/prometheus-mixin/alerts.libsonnet +++ b/documentation/prometheus-mixin/alerts.libsonnet @@ -124,20 +124,6 @@ description: 'Prometheus %(prometheusName)s has detected {{$value | humanize}} compaction failures over the last 3h.' % $._config, }, }, - { - alert: 'PrometheusTSDBWALCorruptions', - expr: ||| - increase(tsdb_wal_corruptions_total{%(prometheusSelector)s}[3h]) > 0 - ||| % $._config, - 'for': '4h', - labels: { - severity: 'warning', - }, - annotations: { - summary: 'Prometheus is detecting WAL corruptions.', - description: 'Prometheus %(prometheusName)s has detected {{$value | humanize}} corruptions of the write-ahead log (WAL) over the last 3h.' % $._config, - }, - }, { alert: 'PrometheusNotIngestingSamples', expr: |||