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

feat(derive): Batch Metrics#2010

Merged
refcell merged 10 commits intomainfrom
rf/batch-metrics
Jun 5, 2025
Merged

feat(derive): Batch Metrics#2010
refcell merged 10 commits intomainfrom
rf/batch-metrics

Conversation

@refcell
Copy link
Contributor

@refcell refcell commented Jun 4, 2025

Description

Adds metrics to kona-derive to track batch count and size.

Closes #2000

@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.

@codecov
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

Attention: Patch coverage is 61.90476% with 8 lines in your changes missing coverage. Please review.

Project coverage is 83.4%. Comparing base (b36af9d) to head (4dbd622).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/protocol/derive/src/metrics/mod.rs 0.0% 8 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/batch-metrics branch from 7e86599 to e24f478 Compare June 4, 2025 20:27
@refcell refcell force-pushed the rf/additional-metrics branch from 79b74d9 to 85fba8f Compare June 5, 2025 11:50
@refcell refcell force-pushed the rf/batch-metrics branch from e24f478 to ee71e57 Compare June 5, 2025 11:53
Base automatically changed from rf/additional-metrics to main June 5, 2025 17:09
@refcell refcell enabled auto-merge June 5, 2025 17:11
@refcell refcell added this pull request to the merge queue Jun 5, 2025
Merged via the queue into main with commit 5e42f82 Jun 5, 2025
22 of 23 checks passed
@refcell refcell deleted the rf/batch-metrics branch June 5, 2025 17:32
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
### Description

Adds metrics to kona-derive to track batch count and size.

Closes op-rs/kona#2000

---------

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

Adds metrics to kona-derive to track batch count and size.

Closes #2000

---------

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/batch): Batch Stream Size Metric

2 participants