Skip to content

Commit

Permalink
Add runbooks for IBCClientError and IBCStuckPacketsError alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbazn committed Mar 20, 2024
1 parent a7bdf85 commit 0eb6dfc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions runbooks/ibcclientexpiryerror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IBC Client Expiry

## Meaning

Relayer exporter failed to get metrics about client expiry from the configured RPC endpoint

## Impact

IBC client expiry monitoring for this perticular connection is currently offline

## Diagnosis

Verify that the configured RPCs on the problemetic path are working and are not being rate limited. You can check for errors in the relayer exporter logs

## Mitigation

Replace the faulty RPC endpoint in relayer exporter configs.
17 changes: 17 additions & 0 deletions runbooks/ibcstuckpacketserror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IBC Stuck Packets Error

## Meaning

Relayer exporter failed to get metrics about stuck packets from the configured RPC endpoint

## Impact

IBC stuck packets monitoring for this perticular connection is currently offline

## Diagnosis

Verify that the configured RPCs on the problemetic path are working and are not being rate limited. You can check for errors in the relayer exporter logs

## Mitigation

Replace the faulty RPC endpoint in relayer exporter configs.

0 comments on commit 0eb6dfc

Please sign in to comment.