feat: add initial blockchain tree metrics (#3289)

This commit is contained in:
Dan Cline
2023-06-21 15:36:20 -04:00
committed by GitHub
parent 2596934464
commit 44da381591
7 changed files with 68 additions and 6 deletions

View File

@ -18,6 +18,7 @@ normal = [
reth-primitives = { workspace = true }
reth-interfaces = { workspace = true }
reth-db = { path = "../storage/db" }
reth-metrics = { workspace = true, features = ["common"] }
reth-provider = { workspace = true }
# common