-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new export for stuck packets (#24)
* feat: combine all IBC messages to one collector * feat: add new IBC collector - ibc channel This is used to have metrics about IBC channel, now just have stuck packets * feat: split one metric to three this splits one total metric so that it will produce three metrics, src,dst and total * fix: error if config does not have IBC RPC information * fix: remove magic number and have stateOpen const * chore: change naming scheme * chore: have path info in the error message * fix: ensure that all RPC endpoints are working * feat: have src, dst channel IDs * fix: have status=error on bad RPC nodes * feat: change metric logic to only have one * feat: add logger to PrepChain this removes the need of having two identical checks * refactor: readd the check and add separate statuscheck
- Loading branch information
1 parent
49a7413
commit 2bba835
Showing
5 changed files
with
207 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters