-
Notifications
You must be signed in to change notification settings - Fork 81
Reth 1.3.11 #176
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
Reth 1.3.11 #176
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
src/server.rs
Outdated
| (Ok(Some(builder)), _) => Ok((builder, PayloadSource::Builder)), | ||
| (_, Ok(l2)) => Ok((l2, PayloadSource::L2)), | ||
| (Ok(Some(builder)), Ok(l2)) => { | ||
| histogram!("block_building_gas_difference") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these can be defined in impl SpanProcessor for MetricsSpanProcessor { on the end of the call?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving this to a separate PR to unblock @cody-wang-cb , will move to processor
src/client/rpc.rs
Outdated
|
|
||
| if res.is_invalid() { | ||
| counter!(format!( | ||
| "rpc_new_payload_v4_invalid_payload_{}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
many of the metrics can be simplified by having the method name and payload source as an attribute
f3fe988 to
dac67b0
Compare
Support reth 1.3.11