Open concentricspheres opened 1 year ago
Thanks for the issue :)
That metric is derived here: https://github.com/ethpandaops/ethereum-metrics-exporter/blob/main/pkg/exporter/execution/jobs/syncstatus.go#L127-L165
The calculation is pretty straight forward:
eth_syncing
Do you have the values for eth_exe_sync_starting_block
, eth_exe_sync_current_block
and eth_exe_sync_highest_block
from around those times? Might help with diagnosing with one 🙏
eth_exe_sync_is_syncing
is intermittently changing to1
in one of our instances, but Execution client logs show no issues or falling behind.Software:
Both clients have been running for ~9 days and the intermittent issue surfaced recently.
Can you please provide details on how the
eth_exe_sync_is_syncing
metric is calculated so we can check the data on the client and figure out if it's actually an issue with the client or with ethereum-metrics-exporter?