Add execution proof observability - #51
Merged
Merged
Conversation
frisitano
marked this pull request as ready for review
September 21, 2026 14:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Metrics
pending_payload_cache_execution_proofspending_payload_cache_payloads_awaiting_execution_proofspending_payload_cache_required_execution_proofsbeacon_execution_proof_received_total{source,proof_type}beacon_execution_proof_verification_total{proof_type,outcome,reason}beacon_execution_proof_engine_verification_seconds{proof_type,outcome}beacon_execution_proof_availability_total{outcome}The proof-engine latency histogram follows Prometheus conventions by exporting seconds, with 1/2/5 ms-resolution buckets. The dashboard follow-up renders the values in milliseconds.
Testing
cargo fmt --all -- --checkcargo check -p beacon_chain -p network -p http_apicargo test -p beacon_chain --lib execution_proofcargo test --release -p http_api --test bn_http_api_tests execution_proof_tests::cargo clippy -p beacon_chain -p network -p http_api --all-targets -- -D warnings -A clippy::enum_variant_names -A clippy::question_markThe two Clippy allowances cover existing baseline findings outside this change.
Follow-up
ethereum-packageGrafana dashboard updates are prepared locally and will be proposed separately