Skip to content

fix(net): track block access list requests in eth request metrics#23880

Merged
mattsse merged 2 commits into
paradigmxyz:mainfrom
RandoomWalks:fix/bal-request-metric
May 29, 2026
Merged

fix(net): track block access list requests in eth request metrics#23880
mattsse merged 2 commits into
paradigmxyz:mainfrom
RandoomWalks:fix/bal-request-metric

Conversation

@RandoomWalks
Copy link
Copy Markdown
Contributor

@RandoomWalks RandoomWalks commented Apr 30, 2026

Adds eth_block_access_lists_requests_received_total Counter, mirroring the existing eth_<type>_requests_received_total family in EthRequestHandlerMetrics. Increments on each on_block_access_lists_request invocation, matching the pattern used by sibling handlers.

The bundled overview dashboard (etc/grafana/dashboards/overview.json) already graphs the sibling counters; a BAL panel can land in a follow-up once this metric exists.

Follow-up to #23754 and #23725.

Mirrors the metric pattern used for headers, bodies, receipts, and
node data requests on this code path. Adds
eth_block_access_lists_requests_received_total Counter and
increments it on each on_block_access_lists_request invocation.

Follow-up to paradigmxyz#23754 (count cap) and paradigmxyz#23725 (response size limit).
@github-project-automation github-project-automation Bot moved this to Backlog in Reth Tracker Apr 30, 2026
@github-actions github-actions Bot added the S-stale This issue/PR is stale and will close with no further activity label May 22, 2026
@github-actions github-actions Bot closed this May 29, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Reth Tracker May 29, 2026
@mattsse mattsse reopened this May 29, 2026
@github-project-automation github-project-automation Bot moved this from Done to In Progress in Reth Tracker May 29, 2026
@mattsse mattsse enabled auto-merge May 29, 2026 07:23
@mattsse mattsse added this pull request to the merge queue May 29, 2026
Merged via the queue into paradigmxyz:main with commit 2b9c61e May 29, 2026
34 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Reth Tracker May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-stale This issue/PR is stale and will close with no further activity

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants