Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

feat(derive): Max Channel Size and Timeout Metrics#2009

Merged
refcell merged 7 commits intomainfrom
rf/additional-metrics
Jun 5, 2025
Merged

feat(derive): Max Channel Size and Timeout Metrics#2009
refcell merged 7 commits intomainfrom
rf/additional-metrics

Conversation

@refcell
Copy link
Contributor

@refcell refcell commented Jun 4, 2025

Description

Add a metric that track the max rlp byte size of the channel.

Adds a metric that tracks the amount of blocks until the next duration.

Closes #1994
Closes #1998

@refcell refcell added the A-derivation Area: derivation label Jun 4, 2025
@refcell refcell self-assigned this Jun 4, 2025
@refcell refcell added the A-derivation Area: derivation label Jun 4, 2025
@refcell
Copy link
Contributor Author

refcell commented Jun 4, 2025

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

@refcell refcell marked this pull request as ready for review June 4, 2025 19:48
@codecov
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

Attention: Patch coverage is 36.00000% with 16 lines in your changes missing coverage. Please review.

Project coverage is 83.5%. Comparing base (a6ece77) to head (d7cca20).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/protocol/derive/src/metrics/mod.rs 0.0% 16 Missing ⚠️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@refcell refcell force-pushed the rf/additional-metrics branch from fd01640 to 79b74d9 Compare June 4, 2025 20:26
@refcell refcell force-pushed the rf/more-derive-metrics branch from 9f98ebf to 562af96 Compare June 5, 2025 11:37
@refcell refcell force-pushed the rf/additional-metrics branch from 79b74d9 to 85fba8f Compare June 5, 2025 11:50
@refcell refcell requested a review from clabby June 5, 2025 15:49
Base automatically changed from rf/more-derive-metrics to main June 5, 2025 16:30
@refcell refcell enabled auto-merge June 5, 2025 16:47
@refcell refcell added this pull request to the merge queue Jun 5, 2025
Merged via the queue into main with commit b36af9d Jun 5, 2025
21 of 23 checks passed
@refcell refcell deleted the rf/additional-metrics branch June 5, 2025 17:09
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
### Description

Add a metric that track the max rlp byte size of the channel.

Adds a metric that tracks the amount of blocks until the next duration.

Closes op-rs/kona#1994
Closes op-rs/kona#1998

---------

Co-authored-by: clabby <ben@clab.by>
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
### Description

Add a metric that track the max rlp byte size of the channel.

Adds a metric that tracks the amount of blocks until the next duration.

Closes #1994
Closes #1998

---------

Co-authored-by: clabby <ben@clab.by>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-derivation Area: derivation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(derive/channel): Max RLP Bytes per Channel Metric feat(derive/channel): Channel Timeout Metrics

2 participants