feat: add metrics to engine RPC API (#4912)

This commit is contained in:
Dan Cline
2023-10-05 15:51:50 -04:00
committed by GitHub
parent 50b5215f4b
commit 49ac2f5110
5 changed files with 100 additions and 15 deletions

2
Cargo.lock generated
View File

@ -6265,8 +6265,10 @@ dependencies = [
"async-trait",
"jsonrpsee-core",
"jsonrpsee-types",
"metrics",
"reth-beacon-consensus",
"reth-interfaces",
"reth-metrics",
"reth-payload-builder",
"reth-primitives",
"reth-provider",