-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: replace reth-metrics-derive
with the new standalone version
#2487
Conversation
WalkthroughOhayo, sensei! The recent changes involve updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Metrics
participant Metrics_Derive
User->>Metrics: Request Metrics
Metrics->>Metrics_Derive: Use metrics_derive::Metrics
Metrics_Derive-->>Metrics: Return Metrics
Metrics-->>User: Provide Metrics
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🔇 Additional comments (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2487 +/- ##
=======================================
Coverage 68.62% 68.63%
=======================================
Files 372 372
Lines 48441 48441
=======================================
+ Hits 33244 33248 +4
+ Misses 15197 15193 -4 ☔ View full report in Codecov by Sentry. |
the reth team has made the previously named
reth-metrics-derive
into a standalone crate,metrics-derive
Summary by CodeRabbit
metrics-derive
dependency, enhancing metrics functionality.reth-metrics-derive
to streamline package management.