You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should monitor our geth instance synchronization with the chain. First, we should verify if the metrics exposed by the geth client suit our needs.
Another solution could be comparing the latest block (ethereum_latest_block_number) with the latest block numbers returned from public APIs like Alchemy, Infura, or Etherscan.
The text was updated successfully, but these errors were encountered:
This issue is a continuation of #3012
We should monitor our geth instance synchronization with the chain. First, we should verify if the metrics exposed by the
geth
client suit our needs.Another solution could be comparing the latest block (
ethereum_latest_block_number
) with the latest block numbers returned from public APIs like Alchemy, Infura, or Etherscan.The text was updated successfully, but these errors were encountered: