Skip to content

Commit

Permalink
Run make docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jéssica Lins <[email protected]>
  • Loading branch information
Jéssica Lins committed Nov 12, 2021
1 parent 8302a81 commit 54341bf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/alerts/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 54341bf

Please sign in to comment.