generated from ethereum-optimism/.github
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85 faultproof withdrawals does not report connection errors metrics c…
…orrectly (#90) * fixed bug, of not setting correct number of nodeconnection errors on metrics * fixed bugs and added features. Still missing proper metrics * fixing metrics * fixing metrics * fixes * completing changes * Update op-monitorism/faultproof_withdrawals/validator/optimism_portal2_helper.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fixing review issues * fixing review issues * fixing review issues * fixing review issues * fixing review issues * fixing review issues * Update op-monitorism/faultproof_withdrawals/monitor_live_sepolia_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update op-monitorism/faultproof_withdrawals/monitor_live_sepolia_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fixing review issues * Update op-monitorism/faultproof_withdrawals/monitor_live_mainnet_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fixing review issues * fixing review issues * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fixing review issues * fixing review issues * fixing tests * fixing libraries * fixing minor issues * Update state.go Adding extra comment description * fixing comment * fxing one piece of code * cleaning up and fixing documentation --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b2fe04b
commit 88bb56c
Showing
15 changed files
with
709 additions
and
426 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FAULTPROOF_WITHDRAWAL_MON_L1_GETH_URL="<geth-url>" | ||
FAULTPROOF_WITHDRAWAL_MON_L2_OP_NODE_URL="<op-geth-node>" | ||
FAULTPROOF_WITHDRAWAL_MON_L2_OP_GETH_URL="<op-geth-url>" | ||
FAULTPROOF_WITHDRAWAL_MON_OPTIMISM_PORTAL="0xbEb5Fc579115071764c7423A4f12eDde41f106Ed" # This is the address of the Optimism portal contract, this should be for the chain you are monitoring | ||
FAULTPROOF_WITHDRAWAL_MON_START_BLOCK_HEIGHT=20872390 # This is the block height from which the monitoring will start, decide at which block height you want to start monitoring | ||
FAULTPROOF_WITHDRAWAL_MON_EVENT_BLOCK_RANGE=1000 # This is the range of blocks to be monitored | ||
MONITORISM_LOOP_INTERVAL_MSEC=100 # This is the interval in milliseconds for the monitoring loop | ||
MONITORISM_METRICS_PORT=7300 # This is the port on which the metrics server will run | ||
MONITORISM_METRICS_ENABLED=true # This is the flag to enable/disable the metrics server |
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
Oops, something went wrong.