-
Notifications
You must be signed in to change notification settings - Fork 492
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
Finalized and Safe Height Metrics are Zero (0) on Prometheus Endpoint #1388
Comments
Hey @ncavedale-xlabs, what version of bor are you using? |
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
After looking at the bor codebase, it seems like the finality isn't handled exactly the same way as geth. When you run a |
Yes, finality is not handled the same way. To get final block you must get latest milestone or checkpoint. |
Hi team!
Metrics
chain_head_finalized
andchain_head_safe
return "0" forBor
:Is this by design? Are there plans to implement/fix these?
Thanks!
The text was updated successfully, but these errors were encountered: