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

Finalized and Safe Height Metrics are Zero (0) on Prometheus Endpoint #2814

Closed
andreclaro opened this issue Dec 2, 2024 · 1 comment
Closed

Comments

@andreclaro
Copy link

Describe the bug
No Finalized (chain_head_finalized) and Safe Height (chain_head_safe) Metrics on Prometheus Endpoint

# TYPE chain_head_finalized gauge
chain_head_finalized 0

# TYPE chain_head_safe gauge
chain_head_safe 0

Is this by design? Are you planning to fix it? Thanks

@joshuacolvin0
Copy link
Member

Both those metrics are only populated when queried by RPC call. There is no plan to update that behavior since it is inherited from go-ethereum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants