- 
                Notifications
    You must be signed in to change notification settings 
- Fork 931
Open
Labels
Description
We should add a metric tracking the optimistic sync status of the head block. Something like:
head_block_execution_verified 0|1
where:
- 0represents optimistic sync (head block is- Syncingin fork choice)
- 1represents proper sync (head block is- Validin fork choice)
I think phrasing it in the positive (1 = good) makes sense, because this maps onto a nice big "SYNCED" metric on a Grafana dashboard.