diff --git a/documentation/prometheus-mixin/alerts.libsonnet b/documentation/prometheus-mixin/alerts.libsonnet index 1246e10523..40cf06d66a 100644 --- a/documentation/prometheus-mixin/alerts.libsonnet +++ b/documentation/prometheus-mixin/alerts.libsonnet @@ -4,19 +4,6 @@ { name: 'prometheus', rules: [ - { - alert: 'PromScrapeFailed', - expr: ||| - up != 1 - |||, - 'for': '15m', - labels: { - severity: 'warning', - }, - annotations: { - message: 'Prometheus failed to scrape a target {{ $labels.job }} / {{ $labels.instance }}', - }, - }, { alert: 'PromBadConfig', expr: |||