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
load_state_for_block_production blocking method is incorrectly mapped to "produce_partial_beacon_block" metric bucket.
Version
"unstable"
Present Behaviour
Currently, when the load_state_for_block_production method is invoked, it is being recorded under the "produce_partial_beacon_block" metrics. This misalignment in mapping leads to inaccurate metrics reporting for produce_partial_beacon_block method.
Expected Behaviour
The correct behavior would be for the load_state_for_block_production method to be mapped to its own dedicated metric bucket.
Steps to resolve
During a single block production a metric "produce_partial_beacon_block" is invoked twice.
The text was updated successfully, but these errors were encountered:
skisel-bt
added a commit
to skisel-bt/lighthouse
that referenced
this issue
Jan 21, 2024
Description
load_state_for_block_production blocking method is incorrectly mapped to "produce_partial_beacon_block" metric bucket.
Version
"unstable"
Present Behaviour
Currently, when the load_state_for_block_production method is invoked, it is being recorded under the "produce_partial_beacon_block" metrics. This misalignment in mapping leads to inaccurate metrics reporting for produce_partial_beacon_block method.
Expected Behaviour
The correct behavior would be for the load_state_for_block_production method to be mapped to its own dedicated metric bucket.
Steps to resolve
During a single block production a metric "produce_partial_beacon_block" is invoked twice.
The text was updated successfully, but these errors were encountered: