Skip to content

Commit

Permalink
Remove example for testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Dec 10, 2020
1 parent 23a0e51 commit 941cdf0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/alerts/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,17 +314,6 @@ rules:
for: 5m
labels:
severity: critical
- alert: ThanosSidecarBucketOperationsFailed
annotations:
description: Thanos Sidecar {{$labels.job}} {{$labels.pod}} bucket operations
are failing
runbook_url: https://github.com/thanos-io/thanos/tree/master/mixin/runbook.md#alert-name-thanossidecarbucketoperationsfailed
summary: Thanos Sidecar cannot connect to Prometheus
expr: |
rate(thanos_objstore_bucket_operation_failures_total{name="prometheus"}[5m]) > 0
for: 5m
labels:
severity: critical
- alert: ThanosSidecarUnhealthy
annotations:
description: Thanos Sidecar {{$labels.job}} {{$labels.pod}} is unhealthy for {{
Expand Down

0 comments on commit 941cdf0

Please sign in to comment.