Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add runbooks for IBCClientError and IBCStuckPacketsError alerts #338

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
emperorjm marked this conversation as resolved.
Show resolved Hide resolved

## 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
emperorjm marked this conversation as resolved.
Show resolved Hide resolved

## 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.
Loading