Skip to content

feat(payload): add state_gas_used metric for TIP-1016 state gas tracking#3372

Open
fgimenez wants to merge 1 commit intotip1016from
fgimenez/state-gas-metric
Open

feat(payload): add state_gas_used metric for TIP-1016 state gas tracking#3372
fgimenez wants to merge 1 commit intotip1016from
fgimenez/state-gas-metric

Conversation

@fgimenez
Copy link
Copy Markdown
Member

Adds state_gas_used histogram and gauge to TempoPayloadBuilderMetrics, accumulating per-tx state gas via execute_transaction_with_result_closure across pool, subblock, and system transactions. Pre-T3 this will always be
zero; post-T3 it captures the state gas dimension split out by TIP-1016.

@fgimenez fgimenez requested review from rakita and shekhirin March 30, 2026 15:20
@fgimenez fgimenez requested a review from 0xKitsune as a code owner March 30, 2026 15:20
@fgimenez fgimenez added the A-observability Related to tracing, metrics, logs and other observability tools label Mar 30, 2026
@fgimenez fgimenez requested review from klkvr and mattsse as code owners March 30, 2026 15:20
@fgimenez fgimenez force-pushed the fgimenez/state-gas-metric branch from 1420f88 to 0c4d3cf Compare March 30, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-observability Related to tracing, metrics, logs and other observability tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants