You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our foray into improving our prometheus metrics for monitoring the merge, we have some more things we want to track in a more granular fashion in Prysm. This is a tracking issue for those items.
Attestation processing times (histogram 5m rate of sum / 5m rate of count)
Forkchoice processing times (histogram)
What are specific things to split up from this ? Maybe more granular processing time histograms?
Block assembly times from our validator clients (histogram)
Attestation aggregation latencies (histogram)
Validator builder response times (histogram)
💎 Issue
Background
As part of our foray into improving our prometheus metrics for monitoring the merge, we have some more things we want to track in a more granular fashion in Prysm. This is a tracking issue for those items.
Global Blockchain Health
P2P Insights
Execution Client Insights
Number of valid, invalid, and syncing execution payload statuses (count)
new_payload_invalid_node_count
new_payload_valid_node_count
new_payload_optimistic_node_count
forkchoice_updated_valid_node_count
forkchoice_updated_optimistic_node_count
forkchoiceUpdatedInvalidNodeCount
Add new metrics #11374Transaction count per slot (gauge) Add new metrics #11374
txs_per_slot_count
Error counts for engine calls Add new metrics #11374
execution_parse_error_count
and more below that line...Performance Insights
GetBeaconBlock
SubmitAggregateSelectionProof
builder/metric.go
The text was updated successfully, but these errors were encountered: