Skip to content

Commit

Permalink
🚨 PublisherBalanceLow alert
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jan 23, 2024
1 parent 29e3a46 commit ad1d742
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prometheus/alerts.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ groups:
annotations:
summary: "Indexer is down"
description: "The {{ $labels.network }} indexer for {{ $labels.type }} is lagging behind 10 blocks."
- alert: PublisherBalanceLow
expr: publisher_balance < 0.1
for: 5m
labels:
severity: warning
annotations:
summary: "Publisher balance is low"
description: "The {{ $labels.publisher }} balance is below 0.1 ETH."
- name: API
rules:
- alert: TimeSinceLastUpdateTooHigh
Expand Down

0 comments on commit ad1d742

Please sign in to comment.