From 54341bfe3664357b187c7dd7d624f6ef73344052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9ssica=20Lins?= Date: Fri, 12 Nov 2021 12:58:00 -0300 Subject: [PATCH] Run make docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jéssica Lins --- examples/alerts/alerts.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/alerts/alerts.md b/examples/alerts/alerts.md index b274f4579f7..a5d8bfb7a2f 100644 --- a/examples/alerts/alerts.md +++ b/examples/alerts/alerts.md @@ -578,7 +578,7 @@ rules: description: Thanos Replicate is failing to run, {{$value | humanize}}% of attempts failed. runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosbucketreplicateerrorrate - summary: Thanose Replicate is failing to run. + summary: Thanos Replicate is failing to run. expr: | ( sum by (job) (rate(thanos_replicate_replication_runs_total{result="error", job=~".*thanos-bucket-replicate.*"}[5m])) @@ -612,17 +612,6 @@ rules: ```yaml mdox-exec="cat examples/tmp/thanos-component-absent.yaml" name: thanos-component-absent rules: -- alert: ThanosBucketReplicateIsDown - annotations: - description: ThanosBucketReplicate has disappeared. Prometheus target for the - component cannot be discovered. - runbook_url: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosbucketreplicateisdown - summary: Thanos component has disappeared. - expr: | - absent(up{job=~".*thanos-bucket-replicate.*"} == 1) - for: 5m - labels: - severity: critical - alert: ThanosCompactIsDown annotations: description: ThanosCompact has disappeared. Prometheus target for the component