Unify common metric fns into a crate

This commit is contained in:
Paul Hauner
2019-08-11 15:34:10 +10:00
parent 36ff115b04
commit 2108895fca
7 changed files with 83 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
store = { path = "../store" }
parking_lot = "0.7"
prometheus = "^0.6"
lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }
log = "0.4"
operation_pool = { path = "../../eth2/operation_pool" }
serde = "1.0"