reth
reth copied to clipboard
Add metrics for BlockExecutorStats
Describe the feature
When trying to triage why my older computer is taking a long time in Execution Stage 4 I came across the BlockExecutorStats struct but could not find anywhere where those values are exposed when calculated as part of the ExecutionStage.
ExecutionStage already has a metrics_tx transmitter that emits MetricEvent::ExecutionStageGas metrics, so perhaps we could add a MetricEvent::ExecutionStageStats(BlockExecutorStats), though I think to access this we also need some sort of getter for the stats in pub trait BlockExecutor.
Additional context
This issue is stale because it has been open for 21 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
This issue is stale because it has been open for 21 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.